Skip to content

Commit

Permalink
Merge pull request #143 from PlasmaFAIR/clarify_check_help_text
Browse files Browse the repository at this point in the history
Clarify check help text for recursive file searches
  • Loading branch information
ZedThree authored Nov 22, 2024
2 parents eb90255 + c86153a commit 2554518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fortitude/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ pub struct ExplainArgs {
#[derive(Debug, clap::Parser, Deserialize, Serialize, Clone, PartialEq, Eq)]
#[serde(deny_unknown_fields, rename_all = "kebab-case")]
pub struct CheckArgs {
/// List of files to analyze
/// List of files or directories to check. Directories are searched recursively for
/// Fortran files. The `--file-extensions` option can be used to control which files
/// are included in the search.
#[arg(default_value = ".")]
pub files: Option<Vec<PathBuf>>,
/// Comma-separated list of rules to ignore.
Expand Down

0 comments on commit 2554518

Please sign in to comment.