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