use clap::App; pub fn build_app<'a>() -> App<'a, 'a> { App::new("noa") .version("0.1.0") .author("Zarmot ") .about("NXLang Server Deamon CLI") }