Snapshot management commands.

This commit is contained in:
Andrey Smirnov
2013-12-23 13:04:55 +04:00
parent bed85d078f
commit 08bd87629b
2 changed files with 160 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ func init() {
Flag: *flag.NewFlagSet("aptly", flag.ExitOnError),
Subcommands: []*commander.Command{
makeCmdMirror(),
makeCmdSnapshot(),
},
}
}