diff --git a/src/main.rs b/src/main.rs index 2b5bb98..ff28004 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,