I am running: node app.js add And my code is: const yargs = require('yargs'); yargs.command({ command:'add', describe:'Adding command', handler:function(){ ...
確定! 回上一頁