This commit is contained in:
Kevin K 2015-02-26 15:49:04 -05:00
parent a67dd3dbd3
commit 2da06a5194

View file

@ -5,7 +5,7 @@ use clap::{App, Arg, ArgMatches};
fn main() {
let matches = App::new("MyApp")
.version("1.0")
.author("Jostmon <jostmon2@gmail.com>")
.author("Kevin K. <kbknapp@gmail.com")
.about("Does awesome things")
.arg(Arg::new("config")
.short("c")