|
|
|
|
|
by andsens
2167 days ago
|
|
My time to shine! I built an argument parser that uses a POSIX compliant help message as the input. It's a parser generator really.
It generates minified bash that is inlined in your script, so no dependencies. The work is based off of docopt (and is docopt compliant).
Check it out: https://github.com/andsens/docopt.sh |
|