2022-03-25 23:15:41 +00:00
|
|
|
Enhancement: Support JSON output and quiet mode for the `diff` command
|
2022-01-23 22:12:29 +00:00
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
The `diff` command now supports outputting machine-readable output in JSON
|
|
|
|
format. To enable this, pass the `--json` option to the command. To only print
|
|
|
|
the summary and suppress detailed output, pass the `--quiet` option.
|
2022-02-05 22:02:07 +00:00
|
|
|
|
2022-01-23 22:12:29 +00:00
|
|
|
https://github.com/restic/restic/issues/2508
|
2022-02-05 22:02:07 +00:00
|
|
|
https://github.com/restic/restic/pull/3592
|