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