aboutsummaryrefslogtreecommitdiffstats
path: root/commands/rm.go
Commit message (Expand)AuthorAgeFilesLines
* commands: proper backend close on RunE errorMichael Muré2021-05-091-7/+6
* 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
* 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