feat: Current dir is default

This commit is contained in:
Ed Page 2019-01-23 07:34:05 -07:00
parent 2ddd7d93df
commit 98b6c075f9

View file

@ -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>,