Skip to content

Commit d22734c

Browse files
committed
chore: add footer for consistency
1 parent 0feefb3 commit d22734c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/groups/help.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class HelpGroup {
2727
const usage = chalk.keyword('orange')('webpack ' + options.usage);
2828
const description = options.description;
2929
process.stdout.write(`${bold('Usage')}: ${usage}\n${bold('Description')}: ${description}\n`);
30+
process.stdout.write('\n Made with ♥️ by the webpack team \n');
3031
}
3132

3233
run() {

0 commit comments

Comments
 (0)