Command aptly repo drop.

This commit is contained in:
Andrey Smirnov
2014-02-26 22:07:51 +04:00
parent 4df80d38cf
commit 565e82bd1a
2 changed files with 69 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ func makeCmdRepo() *commander.Command {
Subcommands: []*commander.Command{
makeCmdRepoAdd(),
makeCmdRepoCreate(),
makeCmdRepoDrop(),
makeCmdRepoList(),
makeCmdRepoShow(),
},