Skip to content

Support editing gist description#4738

Merged
vilmibm merged 1 commit intocli:trunkfrom
SteadBytes:gist-edit-description
Jan 18, 2022
Merged

Support editing gist description#4738
vilmibm merged 1 commit intocli:trunkfrom
SteadBytes:gist-edit-description

Conversation

@SteadBytes
Copy link
Contributor

Addresses one of the feature requests in #1260

Add a --desc flag to gh gist edit to support editing gist descriptions. This flag can be used in combination with the other gist editing flags to edit the description whilst also adding/editing files.

Examples:

# Update description
gh gist edit 1234 --desc "a new description"

# Update description and add a new file
gh gist edit 1234 --desc "a new description" --add new_file.txt

# Update description and edit an existing file
gh gist edit 1234 --desc "a new description" --filename old_file.txt

Add a --desc flag to gh gist edit to support editing gist
descriptions. This flag can be used in combination with the other gist
editing flags to edit the description whilst also adding/editing files.

Signed-off-by: Ben Steadman <steadmanben1@gmail.com>
@SteadBytes SteadBytes marked this pull request as ready for review November 16, 2021 20:21
@SteadBytes SteadBytes requested a review from a team as a code owner November 16, 2021 20:21
@SteadBytes SteadBytes requested review from mislav and removed request for a team November 16, 2021 20:21
@darcyclarke darcyclarke requested a review from vilmibm November 17, 2021 17:20
@SteadBytes
Copy link
Contributor Author

Hey - just checking in to see whether this can get a review? 😄 No pressure from me, I fully appreciate this is a minor feature and you folks have a lot on your plates. If it's not a desired feature and/or worth the time to review/maintain please do just close the PR. Thanks! 😄

@mislav mislav added the external pull request originating outside of the CLI core team label Dec 20, 2021
Copy link
Contributor

@vilmibm vilmibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome work, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external pull request originating outside of the CLI core team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants