Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

no real error message for bad command line option #245

Open
ORESoftware opened this issue Nov 18, 2017 · 2 comments
Open

no real error message for bad command line option #245

ORESoftware opened this issue Nov 18, 2017 · 2 comments

Comments

@ORESoftware
Copy link

ORESoftware commented Nov 18, 2017

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

@the1mills
Copy link

+1

@qneill
Copy link

qneill commented Dec 13, 2017

Thanks @xmik I restart my pull request there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants