Added
- CLI command
moulti question {add,update,get-answer,delete}
- Ansible callback plugin: support
prompt_until()
and thepause
module - quit dialog: buttons now feature keyboard accelerators
Changed
moulti pass --read-size
now defaults to8192
.moulti run
: hittingCtrl+c
multiple times now navigates through the quit dialog and eventually terminates the process before exiting.
Fixed
moulti run
:MOULTI_RUN_OUTPUT=harvest moulti run -- bash -c 'echo a; sleep 3600'
would block upon selecting "Quit and leave the process running in the background".