We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use ejs-cli with multiple options file, I tried various syntax but it doesn't seem to work.
For example: ejs-cli story.ejs -O locales/en/story.json -O locales/en/main.json gives the following error:
ejs-cli story.ejs -O locales/en/story.json -O locales/en/main.json
[Error: fail to parse options JSON. => locales/en/story.json,locales/en/main.json]
From what I understand, the program puts the file path in an array then tries to JSON.parse it like it would with a string.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use ejs-cli with multiple options file, I tried various syntax but it doesn't seem to work.
For example:
ejs-cli story.ejs -O locales/en/story.json -O locales/en/main.json
gives the following error:
From what I understand, the program puts the file path in an array then tries to JSON.parse it like it would with a string.
The text was updated successfully, but these errors were encountered: