-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Support edit functionality on mrs, issues, and snippets #76
Comments
I very often just need change text or tick/untick part of issue, so would be nice to have command/flag to edit issue text :) |
@zaquestion I'm tinkering with this and would like some feedback on the behavior and and flag naming. I'm aiming for parity/familiarity with the various
Specific Questions
Usage ExamplesEdit issue in editor: |
|
Aaannnddd ... I had no idea that the As for
In seeking shorthands for those flags, I was aiming for the "relabel" or "reassign" use case, where you need to remove one label/assignee and add another. I'm skeptical of a toggle; it seems like it would make it very easy to make mistakes. You could run the same command with the same flags twice and get two different results. If we go that direction, I would suggest we change the flag name to |
Yeah, just dropping the short hand and using separate flags seems better than toggling. |
Edition for MRs and Issue is now available. Snippets aren't yet, but we can handle that in a separate issue re-using the code already existent for both MRs and Issues. I'm going to close this issue here. |
Wondering if this should be a
edit
sub command or a flag--amend
(like git)Want to support setting/updating properties without having to edit the message. The flag approach would make sense to use
--no-edit
. Not sure the best choice for the sub command route...That said, leaning towards the sub command to be consistent with other commands, and optionally support
--amend
as the flag off the parent command.The text was updated successfully, but these errors were encountered: