mirror of
https://github.com/actions/setup-python.git
synced 2026-04-21 11:34:35 +02:00
Initial pass
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
console.log(JSON.stringify(process.argv));
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
var argv = require('../../index').argv
|
||||
console.log(JSON.stringify(argv._));
|
||||
Reference in New Issue
Block a user