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.