First version aptly repo include command processing .changes files. #71

This commit is contained in:
Andrey Smirnov
2015-03-15 21:30:54 +03:00
parent 925882b253
commit a937ebc744
2 changed files with 179 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ func makeCmdRepo() *commander.Command {
makeCmdRepoShow(),
makeCmdRepoRename(),
makeCmdRepoSearch(),
makeCmdRepoInclude(),
},
}
}