mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
8 lines
101 B
Go
8 lines
101 B
Go
|
package main
|
||
|
|
||
|
import "github.com/greenled/portainer-stack-utils/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|