code // mycmd.js var program = require('commander') program .option('-a, --aaa', ... You need to specify that the option takes a value.
確定! 回上一頁