This commit is contained in:
Mr. Funk 2019-05-09 21:20:55 -04:00
parent 6f2f10dbfe
commit 3a8a76f5fe
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ fn main() {
) )
.arg(Arg::with_name("k") .arg(Arg::with_name("k")
.short("k") .short("k")
.takes_value(true) .takes_value(true)// remove if t/f
.required(true) .required(true)
); );
// println!("Hello, world!"); // println!("Hello, world!");