TheHipbot / hermes

Code Repository Manager
Apache License 2.0
4 stars 1 forks source link

Add Remove command #8

Closed TheHipbot closed 4 years ago

TheHipbot commented 6 years ago

Add a command hermes rm <repo> which would remove the given repo from the cache. Also add a --hard command which would delete the repo from the file system if it exists. There is already a remove command in the cache package, all you would need to do is add a remove command to the root cobra command and call through.

TheHipbot commented 4 years ago

Closed by #56