A library that solves some common problems.
The project solves lots of problems:
- a
- b
- c
- etc
My super function. Not thread-safe.
echo "test: $(say-hello World)"
-
-h | --help
Display help.
-
-v<value> | --value=<value>
Set a value.
- $1 (string): A value to print
- 0: If successful.
- 1: If an empty string passed.
- Output 'Hello $1'. It hopes you say Hello back.
- Output 'Oups !' on error. It did it again.