Skip to content

Commit

Permalink
A new line print is added at end of each subcommand
Browse files Browse the repository at this point in the history
This will ensure the new line will exist in the end of the output.

Closes #4
  • Loading branch information
amritghimire committed May 31, 2021
1 parent faf5d74 commit 6b9f0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subcommands/mod.rs
Expand Up @@ -47,5 +47,6 @@ pub fn handle_matches(mut app: App) {
if result.is_err() {
println!("Use jira-terminal help to view the available commands.");
}
println!("");
}
}

0 comments on commit 6b9f0b2

Please sign in to comment.