mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 23:52:12 -05:00
parent
592b36d23c
commit
6365eeb0ce
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@ impl ConfigArgs {
|
|||
#[derive(Debug, StructOpt)]
|
||||
#[structopt(rename_all = "kebab-case")]
|
||||
pub(crate) struct WalkArgs {
|
||||
#[structopt(long)]
|
||||
/// Ignore all files & directories matching the pattern.
|
||||
#[structopt(long, name = "GLOB")]
|
||||
/// Ignore files & directories matching the glob.
|
||||
exclude: Vec<String>,
|
||||
|
||||
#[structopt(long, overrides_with("no-hidden"))]
|
||||
|
|
Loading…
Reference in a new issue