Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize error output #861

Closed
michael-brade opened this issue Sep 15, 2018 · 0 comments
Closed

Standardize error output #861

michael-brade opened this issue Sep 15, 2018 · 0 comments

Comments

@michael-brade
Copy link

Following up on #853, the error output should be standardized as well. Right now it does this:

$ ./cli.js -x

  error: unknown option `-x'

$

But it should be this:

$ ./cli.js -x
error: unknown option `-x'
$

Same is true for missing/wrong arguments.

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

No branches or pull requests

1 participant