-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: Add shorthand flag to address output on gaiacli keys show and update docs #2987
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2987 +/- ##
========================================
Coverage 55.53% 55.53%
========================================
Files 120 120
Lines 8494 8494
========================================
Hits 4717 4717
Misses 3455 3455
Partials 322 322 |
Hmmm, is this completely necessary? |
@alexanderbez it allows users to type |
Ok, cool. We don't have a large surface area for shorthand usage because of our ample list of CLI flags, but I think this makes sense. |
Co-Authored-By: jackzampolin <[email protected]>
I just need a couple of approvals here! |
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.
CI fails and also fails locally; I don't think you can use a two-character shorthand flag.
Completely missed that one @cwgoes. Fixed and R4M again. |
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.
Tested ACK
…show and update docs * Add shorthand flag to address output on gaiacli keys show * Update docs and add PENDING * Update client/keys/show.go Co-Authored-By: jackzampolin <[email protected]> * pk -> p
No description provided.