We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent da3b091 commit 5f33447Copy full SHA for 5f33447
lib/console/help.js
@@ -95,7 +95,7 @@ function printList(title, list) {
95
for (let i = 0; i < length; i++) {
96
const { description = list[i].desc } = list[i];
97
const pad = ' '.repeat(maxLen - lengths[i] + 2);
98
- str += ` ${chalk.bold(list[i].name)}${pad}${description}`;
+ str += ` ${chalk.bold(list[i].name)}${pad}${description}\n`;
99
}
100
101
console.log(str);
0 commit comments