Added
- TUI action "Save" that exports step properties and logs to files.
- CLI command
moulti load
that imports step properties and logs from files. - Environment variable
MOULTI_SAVE_PATH
defines where Moulti (TUI) saves files. - Show a modal dialog when users attempt to quit Moulti while the process launched by
moulti run
is still running.
This dialog allows users to terminate the process or leave it running in the background. - Environment variable
MOULTI_MODE=light
starts Moulti with dark mode disabled. moulti run
now sets environment variableMOULTI_INSTANCE_PID
.- CLI command
moulti --version
- Documentation: add section "moulti run: dealing with stdin, stdout, stderr"
Changed
- Examples: improve
moulti run
commands by using--
. - Update documentation.