Skip to content

Commit

Permalink
feat: Current dir is default
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 23, 2019
1 parent 2ddd7d9 commit 98b6c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,

Expand Down

0 comments on commit 98b6c07

Please sign in to comment.