refactor: Upgrade to commander 13.0.0 (#9574)
This commit is contained in:
@@ -136,5 +136,8 @@ Command.prototype.getOptions = function () {
|
||||
}, {});
|
||||
};
|
||||
|
||||
export default new Command().storeOptionsAsProperties();
|
||||
const commander = new Command()
|
||||
commander.storeOptionsAsProperties();
|
||||
commander.allowExcessArguments();
|
||||
export default commander;
|
||||
/* eslint-enable no-console */
|
||||
|
||||
Reference in New Issue
Block a user