Skip to content

Commit 29c3332

Browse files
committed
Add -h alias.
1 parent 2bc89dd commit 29c3332

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/cmd.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ var cli = meow([
2626
'lang'
2727
],
2828
alias: {
29-
l: 'lang'
29+
l: 'lang',
30+
h: 'help'
3031
},
3132
default: {
3233
lang: ''

0 commit comments

Comments
 (0)