macdriver
macdriver copied to clipboard
enumexport error with call to s.Parse
When I try to run the enumexport tool like this 'go run ./generate/tools/enumexport.go', I saw this error:
# command-line-arguments
generate/tools/enumexport.go:158:17: not enough arguments in call to s.Parse
have ()
want (string)
generate/tools/enumexport.go:180:20: not enough arguments in call to typ.Parse
have ()
want (string)
I see the same error when I run it like this: 'go run ./generate/tools/enumexport.go appkit > ./generate/modules/enums/macOS/appkit'
My Info:
- Go version go1.20.1 darwin/arm64
- Mac OS 12.3.1
- ARM64 CPU