-
Hi, I need to set command line arguments as value.
But I get an error like this:
And when I use FlagValue, I have no error but the args value is empty. How should I set arguments as value? |
Beta Was this translation helpful? Give feedback.
Answered by
akhansari
Mar 11, 2022
Replies: 1 comment
-
Ok after some research I found the solution here: #587 By adding an equal like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akhansari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok after some research I found the solution here: #587
By adding an equal like this:
--args="-r %s"