Sylvain303
Sylvain303
Following https://github.com/docopt/docopts/issues/35 : this is a twin issue with the project [docopts](https://github.com/docopt/docopts) - twin https://github.com/docopt/docopts/issues/36 `docopts` use can use global vars with or without prefix the names in the option...
I have: - [x] searched open and closed issues for duplicates ### Feature description I'm using a Kisok thermal printer Brightek WH-U05 I'm an ESC/POS newbie. My printer seems to...
reported in docopts (shell wrapper) https://github.com/docopt/docopts/issues/17 I made a go example to reproduce the behavior: https://github.com/Sylvain303/docopts/blob/debug-issues/issues/17-Empty-error-without-mandatory-argument/atest.go ``` $ go run atest.go my error: Usage: atest.sh atest.sh ( -h | --help...
Following #59 (Search "`Sidebar -- docopts.sh entrypoint wrapper`" heading) We discussed how to embed `docopts.sh` wrapper into `docopts` binary itself. One of the purpose is to keep a single standalone...
There was a CI builder, which mainly useful for macos building. It seems it's no more working: https://travis-ci.community/t/org-com-migration-unexpectedly-comes-with-a-plan-change-for-oss-what-exactly-is-the-new-deal/10567 Do we need a CI for `docopts`? How to setup a new...
use case `show_env` is listed and not trigered, but `create_target_group` is remove from action list, but still in the `if .. elif .. fi` **WARNING**: this bash eval at `true`...
Following #35: this is a twin issue with the project [docopt.sh](https://github.com/andsens/docopt.sh) - twin issue https://github.com/andsens/docopt.sh/issues/7 `docopt.sh` use global vars with or without prefix the non letter, number characters are converted...
If you relay on $PATH to execute `docopts` and `docopts` is the python version, you get misbehavior. Especially using bash wrapper `doctops.sh` which doesn't stop on `-h`. So some checks...
provide a debian package for `docopts`. Other package will be added. Ask for it or contribute. We need: - [ ] man page - [ ] other package requisites -...
More to come and to be edited in this issue / tracking discussion. See [grammar branch](https://github.com/docopt/docopts/blob/dev-grammar/grammar/TODO.md) The docopt parent project is stalled so mostly all parser improvement. I love parsing,...