jaster.cli.commandhelptext

Contains a type to generate help text for a command.

Members

Structs

CommandHelpText
struct CommandHelpText(alias CommandT, alias ArgBinderInstance = ArgBinder!())

A helper struct that will generate help text for a given command.

Meta