mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-12 06:30:35 +00:00
aptly version command.
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user