println!("{NAME} {VERSION}+{GIT_HEAD}");
process::exit(0);
}
Long("help") => {
Long("help") | Short('h') => {
println!("{HELP}");