Skip to content

Commit

Permalink
Add description to json schema argument
Browse files Browse the repository at this point in the history
  • Loading branch information
LivacoNew committed Sep 12, 2024
1 parent 7818ea0 commit 8644dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 8644dd6

Please sign in to comment.