fix of missing comma, regarding CI

This commit is contained in:
Max Schrader 2022-01-16 12:54:24 -06:00
parent 694eb1520b
commit bb6b6c65bb
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ struct Opts {
#[options(
no_short,
long="filter-by-frontmatter"
help="Only export notes that have FRONTMATTER-FILTER-KEY set to true in their frontmatter",
default="false"
long = "filter-by-frontmatter",
help = "Only export notes that have FRONTMATTER-FILTER-KEY set to true in their frontmatter",
default = "false"
)]
frontmatter_export_filtering: bool,