Fix clap doc-comment

clap always removes the last single period from a doc-comment.
This commit is contained in:
Long0x0 2024-05-08 19:32:32 +08:00 committed by Wei Zhang
parent 91e34c1d7b
commit 5d02a59e29

View file

@ -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,