Closed ryanvolpe closed 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.
makehelp.sh
Fixed in PR #15.
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.