-
-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Description
Unless I'm really dense, it seems like there's no way to update a bug description from the CLI. It can be done using git bug termui, but I mostly use git-bug from the CLI.
Here's what I tried:
$ git bug bug title b7bdac4 # just establishing the bug I want to edit is real
Google Drive UI "File name" doesn't update
$ git bug bug edit b7bdac4
2e94c63 open Edit exercises and exercise parameters Dan Passaro
$ git bug bug b7bdac4 edit
2e94c63 open Edit exercises and exercise parameters Dan Passaro
$ git bug bug update b7bdac4
b7bdac4 open Google Drive UI "File name" doesn't… ◼ Dan Passaro
$ git bug bug b7bdac4 update
b7bdac4 open Google Drive UI "File name" doesn't… ◼ Dan Passaro
$ git bug edit b7bdac4
Error: unknown command "edit" for "git-bug"
Run 'git-bug --help' for usage.
$ git bug update b7bdac4
Error: unknown command "update" for "git-bug"
Run 'git-bug --help' for usage.
Metadata
Metadata
Assignees
Labels
No labels