Can I use a task to handle interactive commands? #2099
|
In a project, when I execute At this point, I would press |
Answered by
andreynering
Mar 6, 2025
Replies: 2 comments
|
@AdySnowflake Usually, commands like that accept an flag like You should use that if available. If the tool you're using doesn't support it, unfortunately there isn't much that Task can do. |
0 replies
Answer selected by
AdySnowflake
|
Ok I know. Thank you very much. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@AdySnowflake Usually, commands like that accept an flag like
--yesor-y, or other to pass arguments directly and bypass any prompt.You should use that if available. If the tool you're using doesn't support it, unfortunately there isn't much that Task can do.