diff options
Diffstat (limited to 'src/generator')
-rw-r--r-- | src/generator/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generator/config.rs b/src/generator/config.rs index c896e87..a42caa1 100644 --- a/src/generator/config.rs +++ b/src/generator/config.rs | |||
@@ -75,6 +75,7 @@ pub(crate) struct ProvidedConfig { | |||
75 | #[structopt(long = "generator-to")] | 75 | #[structopt(long = "generator-to")] |
76 | pub(super) to: Option<String>, | 76 | pub(super) to: Option<String>, |
77 | #[structopt(long = "generator-pandoc-filters", number_of_values = 1)] | 77 | #[structopt(long = "generator-pandoc-filters", number_of_values = 1)] |
78 | #[serde(default)] | ||
78 | pub(super) pandoc_filters: Vec<String>, | 79 | pub(super) pandoc_filters: Vec<String>, |
79 | #[structopt(skip)] | 80 | #[structopt(skip)] |
80 | pub(super) inlines: Option<Inlines>, | 81 | pub(super) inlines: Option<Inlines>, |