netmaker/cli/main.go

10 lines
96 B
Go
Raw Normal View History

2022-11-18 05:22:44 +08:00
package main
import (
"github.com/gravitl/netmaker/cli/cmd"
)
func main() {
cmd.Execute()
}