refactor: Upgrade commander from 5.1.0 to 10.0.1 (#8557)

This commit is contained in:
Daniel
2023-05-23 01:11:50 +10:00
committed by GitHub
parent 4c1093e2e4
commit a005874776
4 changed files with 26 additions and 12 deletions

View File

@@ -136,5 +136,5 @@ Command.prototype.getOptions = function () {
}, {});
};
export default new Command();
export default new Command().storeOptionsAsProperties();
/* eslint-enable no-console */