Add a parameter to handle return or kill instead of exit so it can be launched inside a function.
See API_proposal.md
Reuse build.sh to build golang binary and pubilsh it as a new release too.
docopts -h "$help" --generate-completion
May we can interract with the caller to eval some validation… It is needed? Is it our goal?
# with tests
# pass value to parent: JSON or some_thing_else
eval $(docopts --eval --json --help="Usage: mystuff [--code] INFILE [--out=OUTFILE]" -- "$@")
if docopts test -- file_exists:--code !file_exists:--out
eval $(docopts --eval --json --help="Usage: prog [--count=NUM] INFILE..." -- "$@")
if docopts test -- num:gt:1:--count file_exists:INFILE
À la nslcd… ?
- json merge
- toml merge (ini)