const yargs = require('yargs'); yargs.command( 'remote', 'Manage a remote, (yargs) => { yargs.positional('add', { describe: 'Adds a remote', type: 'string' }); ...
確定! 回上一頁