summaryrefslogtreecommitdiffstats
path: root/node_modules/shell-quote/example/env.js
blob: 3608a58fff271fa3c391b951e70aa95c422d2ac4 (plain) (blame)
1
2
3
var parse = require('../').parse;
var xs = parse('beep --boop="$PWD"', { PWD: '/home/robot' });
console.dir(xs);