A simple shell wrapper that handles argument parsing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

Fly a5f0661d 882e516c

+1 -1
+1 -1
README.md
··· 16 16 17 17 And you define the arguments as a semicolon separated list of arguments. 18 18 19 - The only valid characters for an argument are `a-z` and `-`. 19 + The only valid characters for an argument are `a-z`, `0-9` and `-`. 20 20 21 21 A plain argument such as `arg` is a required argument, which will be passed to the script as a positional argument. 22 22