Skip to content

Commit

Permalink
Add a description for the hidden flag. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleury authored Sep 11, 2024
1 parent 5b26bd3 commit 42d079e
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 @@ -22,6 +22,7 @@ struct Args {
number: usize,

#[arg(long, default_value_t = false)]
#[arg(help = "Include hidden files and directories")]
hidden: bool,
}

Expand Down

0 comments on commit 42d079e

Please sign in to comment.