const argv = require('yargs') .commandDir('commands', {recurse: false}) .option('verbose', { alias: 'v', type: 'boolean', description: 'Run with verbose ...
確定! 回上一頁