docopt / docopts

Shell interpreter for docopt, the command-line interface description language.
Other
501 stars 53 forks source link

travis bats test are failing macOS #39

Closed Sylvain303 closed 5 years ago

Sylvain303 commented 5 years ago

The bats tests are currently failing on macOS, probably some GNU tools not working the same on apple's version.

build_doc.sh is a Proof of Concept (PoC), an helper to write README.md.

As a PoC I may change this helper, and it is used only for helping developer to produce the README.

Sylvain303 commented 5 years ago

hum, some commit message close issue a bit fast.

Sylvain303 commented 5 years ago

build_doc.sh test are now skipped in macOS test. I will explore another tool when I will need more edition on the README.md.

get_docopts.sh basic test added and passing.