update leo cli message

This commit is contained in:
collin 2020-11-25 00:41:28 -05:00
parent 2ee28d5301
commit 53cb83f289

View File

@ -22,9 +22,8 @@ use clap::{App, AppSettings, Arg};
fn main() -> Result<(), CLIError> { fn main() -> Result<(), CLIError> {
let app = App::new("leo") let app = App::new("leo")
.version(include_str!("./leo-version")) .version(include_str!("./leo-version"))
.before_help("Hello world") .about("Leo compiler and package manager")
// .about("Leo compiler and package manager") .author("The Aleo Team <hello@aleo.org>")
// .author("The Aleo Team <hello@aleo.org>")
.settings(&[ .settings(&[
AppSettings::ColoredHelp, AppSettings::ColoredHelp,
AppSettings::DisableHelpSubcommand, AppSettings::DisableHelpSubcommand,