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.
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.