CommandNamedArg

Attach this to any member field to mark it as a named argument.

struct CommandNamedArg {}

Members

Variables

description
string description;

The description of this argument.

pattern
string pattern;

The pattern/"name" to match against.

See Also

jaster.cli.core.CommandLineInterface for more details.

Meta