pystache icon indicating copy to clipboard operation
pystache copied to clipboard

why pystache won't support the yaml format with cli tools?

Open Gohan opened this issue 12 years ago • 1 comments

pystache can render yaml, maybe try to parse the cli argument by both and json will be better, need a patch?

Gohan avatar Mar 23 '14 15:03 Gohan

Yaml input would be a nice option as it is more human-readable. But there might also be people objecting because yaml tends to be slower. And both points will cause different effects in different environments ,-)

The ruby-mustache cli accepts yaml input. PR #177 adds a yaml option to pystache.

marvin2k avatar Dec 23 '15 09:12 marvin2k