mirror of https://github.com/restic/restic.git
Improve changelog entry
This commit is contained in:
parent
48cc2f2188
commit
46f71f4c22
|
@ -1,5 +1,7 @@
|
|||
Enhancement: ls: Add JSON output support for restic ls cmd
|
||||
|
||||
This PR enables users to get the output of `restic ls` in JSON format.
|
||||
We've implemented listing files in the repository with JSON as output, just
|
||||
pass `--json` as an option to `restic ls`. This makes the output of the command
|
||||
machine readable.
|
||||
|
||||
https://github.com/restic/restic/pull/1953
|
||||
|
|
Loading…
Reference in New Issue