Replies: 1 comment 1 reply
-
@mochja Does something about the examples you've posted not work? I'm not sure what the benefit would be to add this functionality directly into Task when it can already be done by using My general attitude towards this sort of thing is that we should leave jobs like this to the tools that are designed to do it, rather than reimplementing existing code into Task. This has the benefit of allowing the user to chose which tool they want to use rather than us making assumptions about how they want to do it. |
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
-
Hello,
was there some though on interactive variables?
Basically after running
task
, user would be prompted for input. I found a solution to use which involves redirection of stdio.I am trying to use dialog to let user choose from couple options. Same can be reproduced with read.
Which shows (after running
task
):and correctly sets the value:
Example with
read
:I could imagine
interactive
attribute for variables too:What do you think?
Beta Was this translation helpful? Give feedback.
All reactions