From 98b6c075f9df11bdaf6fa091a11b823282c69ac2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 23 Jan 2019 07:34:05 -0700 Subject: [PATCH] feat: Current dir is default --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,