ArgResultsExtension extension
- on
-
- ArgResults
Methods
-
boolArg(
String name) → bool -
Available on ArgResults, provided by the ArgResultsExtension extension
Gets the parsed command-line option namednameasbool. -
stringArg(
String name) → String? -
Available on ArgResults, provided by the ArgResultsExtension extension
Gets the parsed command-line option namednameasString. -
stringsArg(
String name) → List< String?> -
Available on ArgResults, provided by the ArgResultsExtension extension
Gets the parsed command-line option namednameasList<String>.