We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb033c1 commit 65a0271Copy full SHA for 65a0271
cmds/load.js
@@ -26,6 +26,7 @@ exports.desc = 'load files';
26
exports.builder = {
27
files: {
28
description: 'files to load',
29
+ alias: 'l',
30
requiresArg: false,
31
type: 'array',
32
},
0 commit comments