Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enumexport error with call to s.Parse #236

Closed
programmingkidx opened this issue Dec 11, 2023 · 0 comments · Fixed by #250
Closed

enumexport error with call to s.Parse #236

programmingkidx opened this issue Dec 11, 2023 · 0 comments · Fixed by #250

Comments

@programmingkidx
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant