Singularity icon indicating copy to clipboard operation
Singularity copied to clipboard

user input via stdin for on-demand tasks

Open trun opened this issue 10 years ago • 1 comments

We have several tasks that prompt the user for input (for confirmation, etc). It would be helpful to have a way interact with a running task, as opposed to just tailing stdout.

trun avatar Mar 20 '14 18:03 trun

suggested workaround for now:

use --preview command flags followed by the real run.

this requires executor work.

wsorenson avatar Mar 20 '14 18:03 wsorenson