From 3d16f9934726e9d178975e79d9e69cd2315c2d3f Mon Sep 17 00:00:00 2001 From: EliasCubz Date: Sat, 7 Nov 2020 20:24:43 +0100 Subject: [PATCH] added test parse_config and corrected my mess --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 94921f7..5c9fb33 100644 --- a/src/main.rs +++ b/src/main.rs @@ -199,7 +199,7 @@ fn main() -> Result<(), Box> { let matches = App::new("DancingDroids") .version("0.3.0") .about("When droids dance togethers") - arg( + .arg( Arg::with_name("file") .short("f") .long("file")