mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-26 19:11:50 +03:00
Adds empty line for help command in leo CLI
- clap 2.X has an issue with adding empty line in the end - proper fixing of this problem should be by updating to V3
This commit is contained in:
parent
c6abb26ffe
commit
f9c4af4ba3
@ -84,6 +84,7 @@ fn main() -> Result<(), CLIError> {
|
||||
Updater::print_cli();
|
||||
|
||||
help.print_help()?;
|
||||
println!();
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user