ParsedArgs
Undocumented
-
The name of the executable that was invoked from the command line
Declaration
Swift
public let command: String -
Parsed flags will be prepred in a dictionary, the key is the flag and the value is the flag value
Declaration
Swift
public let flags: [String: String] -
List of parameters passed to the script
Declaration
Swift
public let parameters: [String]
View on GitHub
ParsedArgs Struct Reference