This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
60f686a14891caf7b5c205c91e1413fdb0ff1684
setup-python
/
node_modules
/
minimist
/
example
/
parse.js
T
3 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial pass
2019-06-26 21:12:00 -04:00
var
argv
=
require
(
'../'
)(
process
.
argv
.
slice
(
2
));
console
.
dir
(
argv
);
Reference in New Issue
Copy Permalink