ryanvolpe / makehelp

Generates help documentation from embedded comments in a Makefile
Apache License 2.0
1 stars 0 forks source link

Failing interface validation test #14

Closed ryanvolpe closed 6 years ago

ryanvolpe commented 6 years ago

https://github.com/ryanvolpe/makehelp/blob/95a8ba880e381c1aafac1861919787cec4af015b/tests/makehelp.bats#L16-L19

Currently, makehelp.sh does not check argument count as expected. Presently this is allowed by skipping the test.

ryanvolpe commented 6 years ago

Fixed in PR #15.