From bb6b6c65bb3694354b28c4d130676947cec0bfe5 Mon Sep 17 00:00:00 2001 From: Max Schrader Date: Sun, 16 Jan 2022 12:54:24 -0600 Subject: [PATCH] fix of missing comma, regarding CI --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 3808aab..e7f8415 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,