Thanks to visit codestin.com
Credit goes to github.com

Skip to content

no real error message for bad command line option (from bats/issues/#245 ) #45

@qneill

Description

@qneill

Originally reported by https://github.com/ORESoftware
(This issue brought over from sstephenson/bats#245)

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions