Get all their command line arguments #9993
Unanswered
GalacticBard08
asked this question in
Q&A
Replies: 2 comments
-
I started solving this question on stackoverflow, but I didn't get any answer there |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @FORESTNew, Currently there's no API to obtain a list of all options (and values) defined in |
Beta Was this translation helpful? Give feedback.
0 replies
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'm asking some arguments:
There can be quite a lot of these arguments, how can I get the values of these arguments specified at startup in the command line all at once? Without creating a separate function to get each argument?
From
request.congig
I can't pull out the naming of all the argumentsI can do this using
nameGroup.options[0].dest
through the cycleBut this code does not look like a solution to my question. Are there any other options to get all the arguments (and values, if possible) at once?
Beta Was this translation helpful? Give feedback.
All reactions