emuell / restic-browser

A GUI to browse and restore restic backup repositories.
MIT License
722 stars 22 forks source link

Console Output #127

Closed emuell closed 1 month ago

emuell commented 1 month ago

Try to detect if Restic Browser is running in a console. When passing -V or -h args, dump to the console and exit the app. Also exit the app when specifying invalid arguments.

On Windows, try to attach to a console. This doesnt make the app a command line app, but at leasts shows the output in the console.

emuell commented 1 month ago

fixes https://github.com/emuell/restic-browser/issues/126