···16161717And you define the arguments as a semicolon separated list of arguments.
18181919-The only valid characters for an argument are `a-z` and `-`.
1919+The only valid characters for an argument are `a-z`, `0-9` and `-`.
20202121A plain argument such as `arg` is a required argument, which will be passed to the script as a positional argument.
2222