mattrobenolt / jinja2-cli

CLI for Jinja2
BSD 2-Clause "Simplified" License
506 stars 181 forks source link

feature request: parsing stdin #129

Open Kamilcuk opened 1 month ago

Kamilcuk commented 1 month ago

Please kindly allow parsing stdin as input, acting jinja2 like a streaming preprocessor.

jinja2 <template.tpml >ouptut

Thank you.

If you need a command line flag, bash has -s.