Commands aptly repo move, copy, import.

This commit is contained in:
Andrey Smirnov
2014-02-27 17:10:28 +04:00
parent 0549db6833
commit a08cbc2edc
5 changed files with 242 additions and 1 deletions
+3
View File
@@ -11,9 +11,12 @@ func makeCmdRepo() *commander.Command {
Short: "manage local package repositories",
Subcommands: []*commander.Command{
makeCmdRepoAdd(),
makeCmdRepoCopy(),
makeCmdRepoCreate(),
makeCmdRepoDrop(),
makeCmdRepoImport(),
makeCmdRepoList(),
makeCmdRepoMove(),
makeCmdRepoRemove(),
makeCmdRepoShow(),
},