This commit is contained in:
Mr. Funk 2019-05-09 21:20:55 -04:00
parent e72c895b07
commit 5517af543e
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!");