Returns two objects node xx.js a=hello b=你好 c module.exports = { args: { a: 'hello', b: '你好', c: true }, systemArgs: process.argv.slice(0, 2) }