Add command aptly db recover.

This commit is contained in:
Andrey Smirnov
2014-04-05 16:11:19 +04:00
parent 2c3553ef0b
commit 5a6ccb7259
2 changed files with 40 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ func makeCmdDb() *commander.Command {
Short: "manage aptly's internal database and package pool",
Subcommands: []*commander.Command{
makeCmdDbCleanup(),
makeCmdDbRecover(),
},
}
}