Merge pull request #4952 from mikix/json-exit

Format exit errors as JSON if requested
This commit is contained in:
Michael Eischer
2024-08-15 20:19:38 +00:00
committed by GitHub
4 changed files with 91 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Format exit errors as JSON with --json
Restic now prints any exit error messages as JSON when requested.
https://github.com/restic/restic/issues/4948
https://github.com/restic/restic/pull/4952