CommandPositionalArg

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

Members

Variables

description
string description;

The description of this argument.

name
string name;

The name of this argument. Used during help-text generation.

position
size_t position;

The position that this argument appears at.

See Also

jaster.cli.core.CommandLineInterface for more details.

Meta