Skip to content

Commit

Permalink
Merge pull request #565 from damirka/add-empty-line-clap
Browse files Browse the repository at this point in the history
[cli] adds empty line for help command
  • Loading branch information
collinc97 committed Jan 25, 2021
2 parents dae45d9 + fd952b8 commit 5fbced9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leo/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fn main() -> Result<(), CLIError> {
Updater::print_cli();

help.print_help()?;
println!();
Ok(())
}
}
Expand Down

0 comments on commit 5fbced9

Please sign in to comment.