consumeSingleArgumentIntoCommand

Consumes one or more tokens from the given tokenizer, Will overconsume positional and orphan arguments.

consumeSingleArgumentIntoCommand
(
alias bindArgument
Context : CommandParsingContext!numBitsInStorage
size_t numBitsInStorage
CommandType
TArgTokenizer : ArgTokenizer!T
T
TErrorHandler
)
(
ref scope Context context
,
ref scope CommandType command
,
ref scope TArgTokenizer tokenizer
,
ref scope TErrorHandler errorHandler
)

Meta