docopts binary transitional v0.6.3-rc2
This is a transitional release.
It supports all the previous command line API plus some extra options.
Fully compatible with previous 0.6.2 python code for Bash.
See: https://github.com/docopt/docopts/tree/v0.6.1%2Bfix
based on master branch
features changes:
docopts.sh
functiondocopt_get_help_string()
now uses awk to extract only firstUsage:
internal changes:
- use Go 1.14 for compiling
- more pre-built binaries, removed darwin/386
- fixed #44
get_docopts.sh
for MACOS + functionnal tests - removed bats git submodule
- use bats-core 1.2-dev as testing framework from travis
deploy.sh
removed, now use its own repository- updated Makefile to use
get_ldflags.sh
fromdeploy.sh
- travis hack to get faster build on macos with our embedded bash5 binary