1#!/usr/bin/env node 2var argv = require('../../index').argv 3console.log(JSON.stringify(argv._)); 4 5