Skip to content

CLI to edit a bug description #1488

@dan-passaro

Description

@dan-passaro

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions