Apply UI polish around codespaces org-admin commands - #5843
Merged
Conversation
This standardizes the `--user`/`--username` flag name to be just `--user` and improves related documentation.
greggroth
reviewed
Jun 22, 2022
| List codespaces of the authenticated user. | ||
|
|
||
| Alternatively, organization administrators may list codespaces belonging to members of | ||
| their organization. |
Contributor
There was a problem hiding this comment.
I'm not sure if this should clarify that only codespaces that are billed to the organization are visible. This could be misunderstood to mean that an org admin can view all of your codespaces, including those that are not billed to the org.
Contributor
Author
There was a problem hiding this comment.
Hmm good point. I'll reword
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This standardizes the
--user/--usernameflag name to be just--userand improves related documentation.Followup to #5827 #5812 #5807