Command

Attach this to any struct/class that represents a command.

Constructors

this
this(string pattern, string description)

Members

Variables

description
string description;

The command's description.

pattern
Pattern pattern;

The pattern used to match against this command. Can contain spaces.

See Also

jaster.cli.core.CommandLineInterface for more details.

Meta