SVCS - English Documentation
Loading...
Searching...
No Matches
svcs::cli::HelpService Member List

This is the complete list of members for svcs::cli::HelpService, including all inherited members.

commandExists(const std::string &commandName) constsvcs::cli::HelpService
getAvailableCommands() constsvcs::cli::HelpService
getCommandDescription(const std::string &commandName) constsvcs::cli::HelpService
getCommandUsage(const std::string &commandName) constsvcs::cli::HelpService
HelpService(std::shared_ptr< ISubject > bus, std::function< std::vector< std::string >()> getCommands, std::function< std::string(const std::string &)> getDescription, std::function< void(const std::string &)> showHelp, std::function< std::string(const std::string &)> getUsage=nullptr)svcs::cli::HelpService
showCommandHelp(const std::string &commandName) constsvcs::cli::HelpService