mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Command aptly repo list.
This commit is contained in:
@@ -12,6 +12,7 @@ func makeCmdRepo() *commander.Command {
|
||||
Subcommands: []*commander.Command{
|
||||
makeCmdRepoCreate(),
|
||||
makeCmdRepoShow(),
|
||||
makeCmdRepoList(),
|
||||
},
|
||||
Flag: *flag.NewFlagSet("aptly-repo", flag.ExitOnError),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user