git-bug_bug_rm.md

 1## git-bug bug rm
 2
 3Remove an existing bug
 4
 5### Synopsis
 6
 7Remove an existing bug in the local repository. Note removing bugs that were imported from bridges will not remove the bug on the remote, and will only remove the local copy of the bug.
 8
 9```
10git-bug bug rm BUG_ID [flags]
11```
12
13### Options
14
15```
16  -h, --help   help for rm
17```
18
19### SEE ALSO
20
21* [git-bug bug](git-bug_bug.md)	 - List bugs
22