Import the yargs dependency in the student-app.js file to access the command line arguments. const yargs = require('yargs') console.log(yargs.argv) output:.
確定! 回上一頁