mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 17:31:39 +08:00
.
This commit is contained in:
8
node_modules/optimist/example/default_hash.js
generated
vendored
8
node_modules/optimist/example/default_hash.js
generated
vendored
@@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var argv = require('optimist')
|
||||
.default({ x : 10, y : 10 })
|
||||
.argv
|
||||
;
|
||||
|
||||
console.log(argv.x + argv.y);
|
||||
Reference in New Issue
Block a user