Skip to content

Commit

Permalink
Fix clap doc-comment
Browse files Browse the repository at this point in the history
clap always removes the last single period from a doc-comment.
  • Loading branch information
Long0x0 authored and zwpaper committed Jun 8, 2024
1 parent 91e34c1 commit 5d02a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub struct Cli {
#[arg(value_name = "FILE", default_value = ".", value_hint = ValueHint::AnyPath)]
pub inputs: Vec<PathBuf>,

/// Do not ignore entries starting with .
/// Do not ignore entries starting with . .
#[arg(short, long, overrides_with = "almost_all")]
pub all: bool,

Expand Down

0 comments on commit 5d02a59

Please sign in to comment.