Skip to content

Commit 65a0271

Browse files
committed
Add alias for load
1 parent eb033c1 commit 65a0271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmds/load.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ exports.desc = 'load files';
2626
exports.builder = {
2727
files: {
2828
description: 'files to load',
29+
alias: 'l',
2930
requiresArg: false,
3031
type: 'array',
3132
},

0 commit comments

Comments
 (0)