const yargs = require('yargs'); yargs .command({ command:'add', describe:'Adding command', handler: argv => { console.log('Adding notes'); } }) .parse();.
確定! 回上一頁