Files
create/src/Main
Jonas Bähr 91a95369f2 Main: Avoid Popups in Console Mode
When in console mode, some messages from CLI interaction still resulted
in popup dialogs, e.g. the response from `--help` or `--version`. This
is becasue those information are communicated via exceptions and those
exceptions prevented the console mode from being properly set.
By using a scope guard the console mode flag is now evaluated in all
cases. The code to display those messages got refactored into dedicated
methods which now also take care of console mode.
2025-01-27 17:47:16 +01:00
..
2024-06-03 12:51:36 +02:00
2024-05-27 15:33:55 -04:00
2024-09-16 18:14:52 +02:00
2025-01-27 17:47:16 +01:00