-
I'm writing an extension and I need to pass 2 variables (potentially more) for a type: run action. I'm by no means a bash/sh guru. What would be the best way to parse multiple values from .params into variables that I can pass into a command. Of course, I can only read stdin once. |
Beta Was this translation helpful? Give feedback.
Answered by
b-per
Oct 19, 2023
Replies: 1 comment
-
@pomdtr and I discussed it in this issue The idea is to load all of them in a bash variable and then query this variable |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pomdtr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pomdtr and I discussed it in this issue
The idea is to load all of them in a bash variable and then query this variable