Skip to content

Added argument checker for better UX#28

Merged
cezmunsta merged 1 commit into
masterfrom
missing-args
May 7, 2021
Merged

Added argument checker for better UX#28
cezmunsta merged 1 commit into
masterfrom
missing-args

Conversation

@cezmunsta
Copy link
Copy Markdown
Owner

  • Added cmd.checkArgs to validate that a minimum number
    of args exist for a command
  • Updated commands requiring one or more arguments to call
    checkArgs before invoking the additional operations

Addresses #21

* Added `cmd.checkArgs` to validate that a minimum number
  of args exist for a command
* Updated commands requiring one or more arguments to call
  `checkArgs` before invoking the additional operations

Addresses #21
@cezmunsta cezmunsta added the enhancement New feature or request label May 7, 2021
@cezmunsta cezmunsta self-assigned this May 7, 2021
@cezmunsta cezmunsta merged commit 8261536 into master May 7, 2021
@cezmunsta cezmunsta deleted the missing-args branch May 7, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant