Feat/halt on error (#862)

* Introduce halt-on-error

* Introduce halt-on-error

* Fix wording
This commit is contained in:
Henry Ruhs
2025-01-31 10:17:33 +01:00
committed by henryruhs
parent efc9652df4
commit 296eea8577
14 changed files with 99 additions and 54 deletions

View File

@@ -200,6 +200,7 @@ WORDING : Dict[str, Any] =\
'system_memory_limit': 'limit the available RAM that can be used while processing',
# misc
'log_level': 'adjust the message severity displayed in the terminal',
'halt_on_error': 'halt the program once an error occurred',
# run
'run': 'run the program',
'headless_run': 'run the program in headless mode',