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

intlc prettify isn't working #189

Closed
OliverJAsh opened this issue Dec 15, 2022 · 1 comment
Closed

intlc prettify isn't working #189

OliverJAsh opened this issue Dec 15, 2022 · 1 comment

Comments

@OliverJAsh
Copy link
Member

OliverJAsh commented Dec 15, 2022

I’m trying to use intlc prettify for the first time. I’m copying the example in the PR #173. I get this error:

$ pbpaste > x.json

$ intlc prettify $(cat x.json | jq -r .x.message)
Invalid argument `boolean,'

Usage: intlc COMMAND
  Compile ICU messages into code.
@OliverJAsh
Copy link
Member Author

I was missing quotes:

intlc prettify "$(cat x.json | jq -r .x.message)"

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

No branches or pull requests

1 participant