Home | History | Annotate | Download | only in base

Lines Matching full:switch

7 // "-switch=value". Arguments that aren't prefixed with a switch prefix are
8 // saved as extra arguments. An argument of "--" will terminate switch parsing,
38 // The type of map for parsed-out switch key and values.
94 // Returns true if this command line contains the given switch.
95 // (Switch names are case-insensitive).
98 // Returns the value associated with the given switch. If the switch has no
111 // Append a switch [with optional value] to the command line.
112 // CAUTION! Appending a switch after the "--" switch terminator is futile!
171 // Parsed-out switch keys and values.
174 // Non-switch command line arguments.