Skip to content

docopts binary transitional v0.6.3-rc2

Compare
Choose a tag to compare
@Sylvain303 Sylvain303 released this 05 Apr 05:13
· 34 commits to master since this release

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 function docopt_get_help_string() now uses awk to extract only first Usage:

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 from deploy.sh
  • travis hack to get faster build on macos with our embedded bash5 binary