CommandNamedArg

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

Constructors

this
this(string pattern, string description)

Members

Variables

description
string description;

The argument's description.

pattern
Pattern pattern;

The pattern used to match against this argument. Cannot contain spaces.

See Also

jaster.cli.core.CommandLineInterface for more details.

Meta