This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Displays error when invalid argument added to command #530
Merged
brunasilvazup
merged 14 commits into
ZupIT:master
from
brunats:fix/displays-error-when-invalid-argument-added-to-command
Sep 18, 2020
Merged
Displays error when invalid argument added to command #530
brunasilvazup
merged 14 commits into
ZupIT:master
from
brunats:fix/displays-error-when-invalid-argument-added-to-command
Sep 18, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
…mmand Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #530 +/- ##
=======================================
Coverage 79.23% 79.23%
=======================================
Files 96 96
Lines 4157 4157
=======================================
Hits 3294 3294
Misses 641 641
Partials 222 222 Continue to review full report at Codecov.
|
Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
…lays-error-when-invalid-argument-added-to-command Signed-off-by: Bruna Tavares <silvatavares.bruna@gmail.com>
brunasilvazup
changed the title
Fix/displays error when invalid argument added to command
Displays error when invalid argument added to command
Sep 16, 2020
Closed
brunasilvazup
added
✔️ ready-for-review
ready for review
and removed
🚧 WIP
Work in Progress
labels
Sep 17, 2020
victor-schumacher
approved these changes
Sep 17, 2020
lucasdittrichzup
approved these changes
Sep 18, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
Added validation of arguments in commands, commands 'leaf' (don't have subcommands) presents an error when other arguments are informed.
- How to verify it
- Description for the changelog
Displays error when invalid argument added to command