bashing icon indicating copy to clipboard operation
bashing copied to clipboard

Allow interactive task

Open jlesage opened this issue 6 years ago • 0 comments

Currently, because tasks are run in a background process, it's not possible for a task to interact with the user (e.g. asking for input).

This PR fixes this problem by running tasks in a subshell instead.

jlesage avatar Aug 09 '19 11:08 jlesage