From 8644dd619288e4acc1f867e01e93a37d4a304ef4 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 12 Sep 2024 18:46:28 +0100 Subject: [PATCH] Add description to json schema argument --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index c1cd59c..1760297 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,6 +62,7 @@ pub struct Args { #[cfg(feature = "jsonschema")] #[arg(short('G'), long)] + /// Generates & Outputs the JSON Schema for the configuration generate_config_json_schema: bool, #[arg(short, long)]