bats icon indicating copy to clipboard operation
bats copied to clipboard

no real error message for bad command line option

Open ORESoftware opened this issue 7 years ago • 2 comments

this is what I get:

$ bats test/src/dev/bats/a.test.sh --tap-json
Bats 0.4.0
Usage: bats [-c] [-p | -t] <test> [<test> ...]

this is what I should get:

$ bats test/src/dev/bats/a.test.sh --tap-json
Bats 0.4.0
Bad command line option "--tap-json"
Usage: bats [-c] [-p | -t] <test> [<test> ...]

let's make it easy for people to use software eh :) not everything needs to be a struggle

ORESoftware avatar Nov 18 '17 04:11 ORESoftware

+1

the1mills avatar Nov 28 '17 21:11 the1mills

Thanks @xmik I restart my pull request there.

qneill avatar Dec 13 '17 18:12 qneill