UI: improve config flag long description#21515
Conversation
|
Hi @developowl. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Can one of the admins verify this patch? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: developowl, medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@medyagh I mistakenly used double quotes instead of backticks due to |
|
thank you @developowl |
Refers to #21468
comments 🥝
I've addressed the issue where the
ShortandLongdescriptions for theconfigViewCmdinview.gowere nearly identical, differing only by a single period. I have improved theLongdescription by adding more specific details about how to use the command, including how to customize the output with the--formatflag and the typical location of the configuration file. This change helps to clearly differentiate theLongdescription from theShortone, making the command's help text more useful for users.thank you :)