Add input into ConfirmationInput

- Now displaying what user actually inputs
- Fixes #740
This commit is contained in:
Janne Valkealahti
2023-05-20 17:20:46 +01:00
parent 8bed75ad77
commit b63aab08a9
2 changed files with 33 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ result(model) ::= <<
// component is running
running(model) ::= <<
<question_name(model)> <info(model)>
<question_name(model)> <info(model)> <model.input>
<message(model)>
>>