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

View File

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