added test parse_config and corrected my mess
This commit is contained in:
parent
cd775fb0b4
commit
3d16f99347
@ -199,7 +199,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
let matches = App::new("DancingDroids")
|
let matches = App::new("DancingDroids")
|
||||||
.version("0.3.0")
|
.version("0.3.0")
|
||||||
.about("When droids dance togethers")
|
.about("When droids dance togethers")
|
||||||
arg(
|
.arg(
|
||||||
Arg::with_name("file")
|
Arg::with_name("file")
|
||||||
.short("f")
|
.short("f")
|
||||||
.long("file")
|
.long("file")
|
||||||
|
Loading…
Reference in New Issue
Block a user