import "edge-infra.dev/cmd/edge/monitoring/alertman/cli"
cli.go create.go delete.go get.go sync.go update.go
var ( Stderr io.Writer = os.Stderr Println = log.Println Fatalf = log.Fatalf Errorf = fmt.Errorf Sprintf = fmt.Sprintf )
func Run(args []string) (err error)
Run runs the CLI. The args do not include the binary name.