init cli
This commit is contained in:
parent
6f2f10dbfe
commit
3a8a76f5fe
|
@ -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!");
|
||||||
|
|
Loading…
Reference in New Issue