Kagome
Polkadot Runtime Engine in C++17
Command Member List

This is the complete list of members for Command, including all inherited members.

assertArgumentCount(const ArgumentList &args, int min, int max)Commandinlineprotected
Command(std::string name, std::string description)Commandinline
descriptionCommandprivate
execute(std::ostream &out, const ArgumentList &args)=0Commandpure virtual
getDescription() const Commandinline
getName() const Commandinline
nameCommandprivate
throwError(const char *fmt, Ts &&...ts) const Commandinlineprotected
unwrapResult(std::string_view context, outcome::result< T > &&res) const Commandinlineprotected
~Command()=defaultCommandvirtual