mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.35k stars 34 forks source link

Forward our own parameters to presenterm-export #92

Closed mfontanini closed 11 months ago

mfontanini commented 11 months ago

This makes presenterm forward its own parameters to presenterm-export, which will forward them as-is. This lets us change our own interface in the future (e.g. add more parameters) and have presenterm-export deal with that transparently.

This PR goes along with https://github.com/mfontanini/presenterm-export/pull/3