mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Added new script command
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/smira/commander"
|
||||
)
|
||||
|
||||
func makeCmdScript() *commander.Command {
|
||||
return &commander.Command{
|
||||
UsageLine: "script",
|
||||
Short: "runs aptly scripts",
|
||||
Subcommands: []*commander.Command{
|
||||
makeCmdScriptRun(),
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user