Module cli

Source

Functionsยง

args_to_query_string
Transforms some command-line arguments into URL query parameters, using & as the separator between arguments. The string returned starts with ?, unless the arguments are all empty.
cli_args
Returns arguments passed in from the command-line, starting with the program name.