What happened to the argument function, and with what should we replace it? #3226
Unanswered
dingo-d
asked this question in
Help needed
Replies: 1 comment 1 reply
-
Option |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used to deploy things on GH Actions like:
where I could get the arguments using:
From what I've searched, the
argument
function no longer exists, so should I use$GLOBALS['argv']
instead, or is there a replacement function for fetching CLI arguments?Beta Was this translation helpful? Give feedback.
All reactions