Command

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

Members

Variables

description
string description;

The description of this command.

pattern
string pattern;

The pattern to match against.

See Also

jaster.cli.core.CommandLineInterface for more details.

Meta