How to make dutctl ready for scripts? #192
Unanswered
jenstopp
asked this question in
Design Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The important part in that regard is, how interactive modules should behave by default. If a module is interactive, it awaits input at some time. If dutctl (the client) is called in a script, there could be a non-interactive flag or something similar.
The first question is, what is should be the default behavior, interactive or non-interactive?
All reactions