mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 08:30:57 -05:00
feat: Current dir is default
This commit is contained in:
parent
2ddd7d93df
commit
98b6c075f9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ impl Default for Format {
|
|||
|
||||
#[derive(Debug, StructOpt)]
|
||||
struct Options {
|
||||
#[structopt(parse(from_os_str))]
|
||||
#[structopt(parse(from_os_str), default_value = ".")]
|
||||
/// Paths to check
|
||||
path: Vec<std::path::PathBuf>,
|
||||
|
||||
|
|
Loading…
Reference in a new issue