We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d07a2 commit aee89e1Copy full SHA for aee89e1
1 file changed
src/structures/builder/yargs.ts
@@ -112,6 +112,7 @@ export default class YargsBuilder implements IBuilder {
112
},
113
};
114
115
+ // fix yargs v18 issue where no command is loaded
116
return Object.assign(module, commandModule);
117
}
118
0 commit comments