Using yargs and with a few tweaks in the code you can end up with this code: import * as yargs from 'yargs'; const argv = yargs.options({ env: { alias: 'e', ...
確定! 回上一頁