Static Propertyswift-argument-parser 1.6.1ArgumentParser
scanningForValue
Parse the next input, as long as that input can’t be interpreted as an option or flag.
static var scanningForValue: SingleValueParsingStrategy { get }
For example, if --foo
takes a value, then the input --foo --bar bar
would be parsed such that the value bar
is used for --foo
.