Args
public class Args
Return the command line arguments passed to the script
-
Return the list of arguments passed to the script
Declaration
Swift
public static var all: [String] -
Return a parsed list of arguments containing the flags and the parameters passed to the scripts The flags are recognized as short flags
-for long flags--forceThe flag value will be the argument that follows the flag--is used to mark the terminatin of the flagsDeclaration
Swift
public static var parsed: ParsedArgs
View on GitHub
Args Class Reference