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

README out of date for missing argument #1311

Closed
shadowspawn opened this issue Jul 24, 2020 · 1 comment
Closed

README out of date for missing argument #1311

shadowspawn opened this issue Jul 24, 2020 · 1 comment
Labels
docs README (or other docs) could be improved
Milestone

Comments

@shadowspawn
Copy link
Collaborator

See: #546 (comment)

if (typeof cmdValue === 'undefined') {
  console.error('no command given!');
  process.exit(1);
}
@shadowspawn shadowspawn added the docs README (or other docs) could be improved label Jul 26, 2020
@shadowspawn shadowspawn added the pending release Merged into a branch for a future release, but not released yet label Jul 28, 2020
@shadowspawn shadowspawn added this to the v6.1.0 milestone Aug 5, 2020
@shadowspawn shadowspawn removed the pending release Merged into a branch for a future release, but not released yet label Aug 28, 2020
@shadowspawn
Copy link
Collaborator Author

Released in Commander v6.1
https://github.com/tj/commander.js/releases/tag/v6.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs README (or other docs) could be improved
Projects
None yet
Development

No branches or pull requests

1 participant