Skip to content

cli::ignoreFlagsAfterArguments

ignoreFlagsAfterArguments(parser: CliParser)

ParameterTypeDescription
parserCliParserThe parser to modify

Causes the parser to ignore any flags placed after an argument, to parse it as an argument instead.

Returns

(*) The parser that was given.