init(_:)
Creates an argument extractor with a list of strings from which to extract flags and options.
Declaration
init(_ arguments: [String])Discussion
If the list contains --, any arguments that follow it are considered positional arguments.
Creates an argument extractor with a list of strings from which to extract flags and options.
init(_ arguments: [String])If the list contains --, any arguments that follow it are considered positional arguments.