shapeworks::ShapeworksCommand
Inherits from shapeworks::Command
Public Functions
Name | |
---|---|
virtual const std::string | type() override |
Additional inherited members
Public Functions inherited from shapeworks::Command
Name | |
---|---|
const std::string | name() const |
const std::string | usage() const |
const std::string | desc() const |
std::vector< std::string > | parse_args(const std::vector< std::string > & arguments) parses the arguments for this command, saving them in the parser and returning the leftovers |
int | run(SharedCommandData & sharedData) calls execute for this command using the parsed args, returning system exit value |
Protected Functions inherited from shapeworks::Command
Name | |
---|---|
virtual void | buildParser() |
Protected Attributes inherited from shapeworks::Command
Name | |
---|---|
optparse::OptionParser | parser |
Public Functions Documentation
function type
inline virtual const std::string type() override
Reimplements: shapeworks::Command::type
Updated on 2024-03-17 at 12:58:44 -0600