psu/main.go

8 lines
101 B
Go
Raw Permalink Normal View History

2019-07-21 02:00:04 +00:00
package main
import "github.com/greenled/portainer-stack-utils/cmd"
func main() {
cmd.Execute()
}