aboutsummaryrefslogtreecommitdiffstats
path: root/commands/rm.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-1/+1
|
* Update docsvince2020-07-281-1/+1
|
* Remove need to specify remotevince2020-07-281-9/+5
| | | | This commit makes the removeBug command use the listRefs repo command to search for the bug, eliminating the need to input the remote the bug came from.
* Move args parsing out of repo cachevince2020-07-281-1/+11
|
* Allow user to delete remote bugsvince2020-07-281-15/+7
|
* Add the 'rm' commandvince2020-07-281-0/+45
This commit adds a command that removes a bug from the repository, given a prefix.