mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00: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._));
|