Skip to content

Commit 97b1e55

Browse files
author
drugan
committed
Add empty new line in the end of cli help text
1 parent 16ad316 commit 97b1e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function displayHelp() {
8888
' -t, --tty-mode',
8989
' Run the tool in TTY mode using external app (e.g. IDE).'
9090
];
91-
process.stdout.write(help.join('\n'));
91+
process.stdout.write(help.join('\n') + '\n');
9292
}
9393

9494
function detectConfig() {

0 commit comments

Comments
 (0)