Built-In
Contains functionality related to arguments.
General
| Argument | Gets an argument and returns the provided defaultValue if the argument is missing. | 
| Argument | Gets an argument and throws if the argument is missing. | 
| Arguments | Retrieves all command line arguments. | 
| Arguments | Gets all arguments with the specific name, evaluates and returns the provided defaultValues if the argument is missing. | 
| Arguments | Gets all arguments with the specific name and returns the provided defaultValues if the argument is missing. | 
| Arguments | Gets all arguments with the specific name and returns the provided defaultValue if the argument is missing. | 
| Arguments | Gets all arguments with the specific name and throws if the argument is missing. | 
| HasArgument | Determines whether or not the specified argument exist. | 
