added test parse_config and corrected my mess

This commit is contained in:
EliasCubz 2020-11-07 20:24:43 +01:00
parent cd775fb0b4
commit 3d16f99347
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let matches = App::new("DancingDroids")
.version("0.3.0")
.about("When droids dance togethers")
arg(
.arg(
Arg::with_name("file")
.short("f")
.long("file")