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

spacetime publish/generate --build-options requires a '=' and is undocumented #1852

Closed
jdetter opened this issue Oct 15, 2024 · 1 comment · Fixed by #1853
Closed

spacetime publish/generate --build-options requires a '=' and is undocumented #1852

jdetter opened this issue Oct 15, 2024 · 1 comment · Fixed by #1853

Comments

@jdetter
Copy link
Collaborator

jdetter commented Oct 15, 2024

This doesn't work:

spacetime publish --build-options'--skip-println-checks' <module-name>

This does work:

spacetime publish --build-options='--skip-println-checks' <module-name>

We should update the help text to make it clear that you need the =

@bfops
Copy link
Collaborator

bfops commented Oct 15, 2024

Yeah, I mean = is the only way to clarify that you're passing a value to --build-options rather than as an arg (and --build-options'--skip-println-checks' is the same as --build-options--skip-println-checks which is.. not a valid arg).

I'll update the helptext.

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.

2 participants