cmd/integration_test/main.go (
11
lines of code) (
raw
):
package main import ( "os" "github.com/aws/eks-anywhere/cmd/integration_test/cmd" ) func main() { if cmd.Execute() == nil { os.Exit(0) } os.Exit(-1) }