Replies: 1 comment 1 reply
-
you could use array_join with " " to make it a line and than in exec use the % binding to split it to words |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following script that I run as a cargo make task:
In the exec line, when I execute my task, ${arguments} gets resolved as a handle (something like handle:3mBwDvRbEa4H4BKmoKMv) instead of the actual elememts of my array. How can I make this array get expanded? I tried creating an string joining all elements of array leaving an space between elements, but then the whol string is considrered as a single parameter by exec. Any suggestion on how to handle this will be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions