|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
This is the complete list of members for Help, including all inherited members.
| description() const =0 | ICommand | pure virtual |
| do_run(const std::string command_name, const ParsedOptions &options, const OptionsCollector *collector=nullptr) override | CommandBase< Help > | virtual |
| Help(const std::vector< std::pair< std::vector< std::string >, CommandsRegistry::CommandFactory > > &commands) | Help | explicit |
| Help(const std::vector< std::pair< std::vector< std::string >, CommandsRegistry::CommandFactory > > &commands, const std::string command_name) | Help | explicit |
| options() const final | CommandBase< Help > | virtual |
| print_help(const std::string command_name, const OptionsCollector *collector) const | CommandBase< Help > | virtual |
| run(const ParsedOptions &options) override | Help | virtual |
| validate(const ParsedOptions &options) override | Help | virtual |
| ~ICommand()=default | ICommand | virtual |