Running command that is dependent on a target #14990
Unanswered
voidtrance
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You haven't fully explained what you're trying to do. My guess would be that you want to define a run_target() that
|
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.
-
Hi, I need to run a command to get its output but the command is dependent on a target. I know that running a command that is dependent on other targets is done with
run_target()
but that does not allow for the extraction and processing of the command's output.Is there a way to do what I need? If not, what should I be doing?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions