aptly version command.

This commit is contained in:
Andrey Smirnov
2013-12-30 16:41:28 +04:00
parent a36ac3b877
commit 07891c1660
2 changed files with 31 additions and 0 deletions
+4
View File
@@ -11,6 +11,9 @@ import (
"path/filepath"
)
// aptly version
const Version = "0.1"
var cmd *commander.Command
func init() {
@@ -26,6 +29,7 @@ take snapshots and publish them back as Debian repositories.`,
makeCmdMirror(),
makeCmdSnapshot(),
makeCmdPublish(),
makeCmdVersion(),
},
}
}