Command aptly repo edit to change repository defaults. #12

This commit is contained in:
Andrey Smirnov
2014-03-28 20:41:51 +04:00
parent ec866eb403
commit 4c237ed1b1
2 changed files with 69 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ func makeCmdRepo() *commander.Command {
makeCmdRepoCopy(),
makeCmdRepoCreate(),
makeCmdRepoDrop(),
makeCmdRepoEdit(),
makeCmdRepoImport(),
makeCmdRepoList(),
makeCmdRepoMove(),