oli-obk / rust-pandoc

Apache License 2.0
51 stars 29 forks source link

Add `add_options` #9

Closed chriskrycho closed 7 years ago

chriskrycho commented 7 years ago

Rather than requiring the user to call add_option over and over again, it would be extremely helpful to simply allow them to call add_options(), probably with the following signature:

pub fn add_options(options &[PandocOption])