Can I use a task to handle interactive commands? #2099
-
|
In a project, when I execute At this point, I would press |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
Ok I know. Thank you very much. |
Beta Was this translation helpful? Give feedback.
@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.