mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Added script cmd in cmd.go
This commit is contained in:
@@ -57,6 +57,7 @@ package environment to new version.`,
|
|||||||
makeCmdGraph(),
|
makeCmdGraph(),
|
||||||
makeCmdMirror(),
|
makeCmdMirror(),
|
||||||
makeCmdRepo(),
|
makeCmdRepo(),
|
||||||
|
makeCmdScript(),
|
||||||
makeCmdServe(),
|
makeCmdServe(),
|
||||||
makeCmdSnapshot(),
|
makeCmdSnapshot(),
|
||||||
makeCmdPublish(),
|
makeCmdPublish(),
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ import (
|
|||||||
func makeCmdScript() *commander.Command {
|
func makeCmdScript() *commander.Command {
|
||||||
return &commander.Command{
|
return &commander.Command{
|
||||||
UsageLine: "script",
|
UsageLine: "script",
|
||||||
Short: "runs aptly scripts",
|
Short: "run aptly scripts",
|
||||||
Subcommands: []*commander.Command{
|
Subcommands: []*commander.Command{
|
||||||
makeCmdScriptRun(),
|
makeCmdScriptRun(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user