Skip to content

quick fixes to handle CLI args errors#306

Merged
brody2consult merged 5 commits intomasterfrom
quick-fixes-to-handle-cli-args-errors
Apr 5, 2020
Merged

quick fixes to handle CLI args errors#306
brody2consult merged 5 commits intomasterfrom
quick-fixes-to-handle-cli-args-errors

Conversation

@brody2consult
Copy link
Owner

@brody2consult brody2consult commented Apr 5, 2020

with CLI lib tests in tests/with-injection/cli/command/action-error


P.S. This was tested from the command line with the following commands:

  • ./bin/cli.js --view
  • ./bin/cli.js name1 name2

Christopher J. Brody added 5 commits April 5, 2020 17:40
demonstrates correct behavior in this case
reproduces issue 305 in lib/cli-command.js
which fails at this point, reproducing issue 119
(extra arguments silently ignored)
@brody2consult brody2consult added the bug Something isn't working label Apr 5, 2020
@brody2consult brody2consult self-assigned this Apr 5, 2020
@brody2consult brody2consult merged commit b2297b5 into master Apr 5, 2020
@brody2consult brody2consult deleted the quick-fixes-to-handle-cli-args-errors branch April 5, 2020 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix error message in case of missing name extra arguments silently ignored

1 participant