debrouwere / render

Render text and HTML from Jade, Handlebars, Swig and most other kinds of templates on the command line. Render many files at once and decide where to write to dynamically from the data.
ISC License
17 stars 2 forks source link

Fixes bug where --many and --many-pairs were being ignored #9

Closed cspotcode closed 7 years ago

cspotcode commented 7 years ago

The code was trying to pull many and manyPairs off of the options object before they'd actually been copied onto that object.