Skip to content

Commit

Permalink
Add about text to --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Nov 29, 2024
1 parent d9e45dd commit 318f1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl RuleDispatcher {
}

#[derive(Debug, clap::Parser)]
#[command(arg_required_else_help = true, version)]
#[command(arg_required_else_help = true, version, about)]
struct Args {
/// One or more files or directories to scan. Directories are scanned recursively.
paths: Vec<PathBuf>,
Expand Down

0 comments on commit 318f1ce

Please sign in to comment.