CommandArgumentsInfo

Undocumented in source.

Members

Aliases

CommandType
alias CommandType = TCommand
Undocumented in source.

Manifest constants

takesOverflow
enum takesOverflow;
Undocumented in source.
takesRaw
enum takesRaw;
Undocumented in source.
takesSomeArguments
enum takesSomeArguments;
Undocumented in source.

Variables

named
NamedArgumentInfo[] named;

Includes the simple string usage, which gets converted to an ArgNamed uda.

numRequiredPositionalArguments
enum size_t numRequiredPositionalArguments;
Undocumented in source.
overflow
ArgumentCommonInfo overflow;
Undocumented in source.
positional
PositionalArgumentInfo[] positional;
Undocumented in source.
raw
ArgumentCommonInfo raw;
Undocumented in source.

Meta