mirror of
https://github.com/abrendan/l00kup.git
synced 2025-06-16 20:55:04 +02:00
4 lines
96 B
JavaScript
Executable File
4 lines
96 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
var argv = require('../../index').argv
|
|
console.log(JSON.stringify(argv._));
|