scanningForValue

Parse the next input, as long as that input can’t be interpreted as an option or flag.

Option.swift:159
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.