mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-09 08:14:53 -05:00
Merge pull request #271 from epage/override
docs(cli): Clarify help string for 'exclude'
This commit is contained in:
commit
57bf109ddd
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