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

Allow custom tags when using the cli #751

Open
alewitt2 opened this issue Apr 16, 2020 · 1 comment
Open

Allow custom tags when using the cli #751

alewitt2 opened this issue Apr 16, 2020 · 1 comment

Comments

@alewitt2
Copy link

I am using mustache via the cli, and would like to specify custom tags as a command line parameter.

maybe something like:

mustache -c "<%,%>" dataView.json myTemplate.mustache > output.html

where my custom tags are a two item comma separated list.

@phillipj
Copy link
Collaborator

Surely makes sense to have support for custom tags, or "delimiters" as they've been called in the README 👍

More than happy to review a PR with the changes needed to make that happen.

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

3 participants
@phillipj @alewitt2 and others