mirror of
https://github.com/restic/restic.git
synced 2024-12-23 16:26:11 +00:00
8 lines
286 B
Text
8 lines
286 B
Text
Enhancement: Add --json support to forget command
|
|
|
|
The forget command now supports the --json argument, outputting the
|
|
information about what is (or would-be) kept and removed from the
|
|
repository.
|
|
|
|
https://github.com/restic/restic/issues/2184
|
|
https://github.com/restic/restic/pull/2185
|