Command aptly repo list.

This commit is contained in:
Andrey Smirnov
2014-02-20 17:04:06 +04:00
parent 54421a9377
commit 196dc56dd9
6 changed files with 91 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ func makeCmdRepo() *commander.Command {
Subcommands: []*commander.Command{
makeCmdRepoCreate(),
makeCmdRepoShow(),
makeCmdRepoList(),
},
Flag: *flag.NewFlagSet("aptly-repo", flag.ExitOnError),
}