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

feat: warn the user on supplying unknown commands #494

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

jamesgeorge007
Copy link
Contributor

@jamesgeorge007 jamesgeorge007 commented Jun 12, 2019

Fixes #493

node-lambda random

Unknown command random

Usage: node-lambda [options] [command]

Options:
  -V, --version          output the version number
  -h, --help             output usage information

Commands:
  deploy [options]       Deploy your application to Amazon Lambda
  package|zip [options]  Create zipped package for Amazon Lambda deployment
  run|execute [options]  Run your Amazon Lambda application locally
  setup [options]        Sets up the .env file.

@jamesgeorge007 jamesgeorge007 changed the title feat: warn on supplying unknown commands feat: warn the user on supplying unknown commands Jun 12, 2019
Copy link
Collaborator

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks for contributing

@DeviaVir DeviaVir merged commit 9826493 into motdotla:master Jun 12, 2019
@jamesgeorge007 jamesgeorge007 deleted the feat/warn-unknown-cmd branch December 31, 2020 06:43
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

Successfully merging this pull request may close these issues.

Nothing shows up when unknown commands are supplied
2 participants