Commands mirror/repo/snapshot rename. #63

This commit is contained in:
Andrey Smirnov
2014-07-26 17:11:26 +04:00
parent d7ef1a0c4b
commit 772111ad26
8 changed files with 182 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ func makeCmdRepo() *commander.Command {
makeCmdRepoMove(),
makeCmdRepoRemove(),
makeCmdRepoShow(),
makeCmdRepoRename(),
},
}
}