Skip to content

Commit c398fc1

Browse files
committed
Add website link to help info
1 parent 07fd4a6 commit c398fc1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bin/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ program
2626
return `${pkg.description}. (${pkg.version})\n`;
2727
}
2828
})
29+
.addHelpText('afterAll', program => {
30+
if (!program.command.parent) {
31+
return `\nLearn more: https://css-doodle.com`
32+
}
33+
})
2934
.configureHelp({
3035
subcommandTerm(cmd) {
3136
return cmd.name()

0 commit comments

Comments
 (0)