Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Update docs | vince | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Remove need to specify remote | vince | 2020-07-28 | 1 | -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 cache | vince | 2020-07-28 | 1 | -1/+11 |
| | |||||
* | Allow user to delete remote bugs | vince | 2020-07-28 | 1 | -15/+7 |
| | |||||
* | Add the 'rm' command | vince | 2020-07-28 | 1 | -0/+45 |
This commit adds a command that removes a bug from the repository, given a prefix. |