mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-11 10:52:49 +03:00
update leo cli message
This commit is contained in:
parent
2ee28d5301
commit
53cb83f289
@ -22,9 +22,8 @@ use clap::{App, AppSettings, Arg};
|
||||
fn main() -> Result<(), CLIError> {
|
||||
let app = App::new("leo")
|
||||
.version(include_str!("./leo-version"))
|
||||
.before_help("Hello world")
|
||||
// .about("Leo compiler and package manager")
|
||||
// .author("The Aleo Team <hello@aleo.org>")
|
||||
.about("Leo compiler and package manager")
|
||||
.author("The Aleo Team <hello@aleo.org>")
|
||||
.settings(&[
|
||||
AppSettings::ColoredHelp,
|
||||
AppSettings::DisableHelpSubcommand,
|
||||
|
Loading…
Reference in New Issue
Block a user