-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Help] Description text missing for commands #707
Comments
@mayurid this is the case for 95%+ of the commands. The short description is only set by the help files (@BurtBiel correct me if I'm wrong), the majority of which don't yet exist. We will probably need some script to take a "snapshot" of the help that is currently patched together like some Frankenstein monster to use as a starting point for those help files. |
@JasonRShaver : Something for you to look at in the next couple of sprints. This is important F&F item. |
@mayurid @JasonRShaver resolving issue #365 should greatly alleviate this problem. |
FYI, i will move the description of |
@yugangw-msft if the help text is obvious, I would argue that is shouldn't be in long summary either and should be removed altogether. Also, if the plan is to only provide help when the command's function is not obvious, we should revert PR #365 because otherwise 80%+ of our commands will have short and long help text. |
@tjprescott I think there is value in surfacing the SDK comments. Depending on the usefulness of the commands, we could selectively clear out help. My biggest concern is that I haven't seen any another command line tools with partial help files--the simple fields still have text. from man --help:
We should discuss further with the whole team before making any sweeping changes. |
@BurtBiel @tjprescott , I am fine that each custom command should have short description. It is not that much of maintenance burden. Once agreed, I will add short summary to all role definition commands and other command groups moving forward. Pasting nic command help for reference:
|
@yugangw-msft the priority for help currently is:
We can override the docstring for short/long summary through the help files. |
thanks, I will try out the help file first. |
Making this sprint 3 to see what all we address in the first phase that @JasonRShaver is working on |
@yugangw-msft @JasonRShaver I noticed that |
Correct, we are still missing summaries on the web. |
@yugangw-msft and @tjprescott : Shall we open a separate issue to track this? This should be closed IMO as we have the first phase of help text in. We can now track help issues per group (like appservice, vm). Thoughts? |
@mayurid a separate issue works fine |
Open #1019 for 'appservice' |
Here is what we see:-
az role -h
Group
az role
Subgroups:
assignment
Commands:
create : Create a custom role.
delete
list
update
We should have some description text for delete, list and update or simply remove the create text
Similar issues are seen in az vm -h as well.
The text was updated successfully, but these errors were encountered: