This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
deployphp
Watch
2
Star
0
Fork
0
You've already forked deployphp
mirror of
https://github.com/deployphp/action.git
synced
2024-11-27 06:09:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
deployphp
/
node_modules
/
minimist
/
example
/
parse.js
5 lines
84 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Update deps
2023-03-28 15:15:22 +00:00
'use strict'
;
Add node_modules
2023-01-10 15:49:41 +00:00
var
argv
=
require
(
'../'
)
(
process
.
argv
.
slice
(
2
)
)
;
console
.
log
(
argv
)
;
Reference in New Issue
Copy Permalink