From 5517af543e5ded6c314c8dab86003d8ef27c14a8 Mon Sep 17 00:00:00 2001 From: "Mr. Funk" Date: Thu, 9 May 2019 21:20:55 -0400 Subject: [PATCH] init cli --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 82edba1..62c3e20 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ fn main() { ) .arg(Arg::with_name("k") .short("k") - .takes_value(true) + .takes_value(true)// remove if t/f .required(true) ); // println!("Hello, world!");