RootCommand

Undocumented in source.
@CommandDefault("The root command, which gives some common context to the subcommands.")
@Subcommands!(PrintCommand, MultiplyCommand)
struct RootCommand {}

Members

Functions

maybeWriteln
void maybeWriteln(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
onIntermediateExecute
void onIntermediateExecute()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

silent
bool silent;
Undocumented in source.

Meta