Install/depend on this package using [μpkg](https://github.com/orbit-online/upkg):
upkg add https://github.com/andsens/docopt.sh/releases/download/v2.0.0/docopt-lib.sh.tar.gz
Major release
===
This is complete rewrite of the underlying parser for the docopt
language.
docopt.sh now uses [docopt-parser](https://github.com/andsens/docopt-parser) to generate an AST.
Error messages are considerably improved, showing (most of the time) what exactly is wrong, outputting the offending line and numbering it. e.g.:
08 --push Push the new tag and branch upstream
~~~~~~
--push is not referenced from the usage section
The bash minification is now more effective, reducing the number of lines (with -n=80) by ~20%.
Some shellcheck warnings have been disabled/fixed, resulting inlined code passing all tests.