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

catch invalid arguments on end-user facing scripts #181

Closed
glennmusa opened this issue Apr 26, 2021 · 1 comment
Closed

catch invalid arguments on end-user facing scripts #181

glennmusa opened this issue Apr 26, 2021 · 1 comment
Assignees

Comments

@glennmusa
Copy link
Contributor

Benefit/Result/Outcome
Catch typos and mistakes before execution and resource creation.

Description
Today, if I supply an invalid argument say src/deploy.sh -s {my_sub_id} --foo bar nothing goes wrong -- but I should be informed ahead of time that foo is an unsupported argument

Acceptance Criteria

  • When users pass unexpected arguments show the usage and exit with error
@brooke-hamilton
Copy link
Contributor

Merged and closed with PR #182

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

2 participants