CommandArgGroup

Attach this to any member field to add it to a help text group.

struct CommandArgGroup {}

Members

Variables

description
string description;

The description of the group.

name
string name;

The name of the group to put the arg under.

See Also

jaster.cli.core.CommandLineInterface for more details.

Meta