mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -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)]
|
#[derive(Debug, StructOpt)]
|
||||||
struct Options {
|
struct Options {
|
||||||
#[structopt(parse(from_os_str))]
|
#[structopt(parse(from_os_str), default_value = ".")]
|
||||||
/// Paths to check
|
/// Paths to check
|
||||||
path: Vec<std::path::PathBuf>,
|
path: Vec<std::path::PathBuf>,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue