-
Notifications
You must be signed in to change notification settings - Fork 36
Improve ux #209
Improve ux #209
Conversation
Remove esad.
Instead of displaying headers with empty list, show message with hints.
For readability, move constants based on alphabetically.
Codecov Report
@@ Coverage Diff @@
## master #209 +/- ##
============================================
- Coverage 72.18% 72.15% -0.04%
+ Complexity 1275 1274 -1
============================================
Files 140 140
Lines 5914 5914
Branches 463 463
============================================
- Hits 4269 4267 -2
- Misses 1441 1442 +1
- Partials 204 205 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
FlagEndpoint = "endpoint" | ||
FlagPassword = "password" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is a flag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally in cli,
the action is called command eg: esad / aws-cli / ls / git
options are called flags or parameters like "git --config" / "git checkout -b branch name ( config and b are flags/parameters)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. I thought there might be some special meaning.
Before:
After:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.