2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-08 14:48:24 +00:00
2022-12-02 21:33:03 +01:00

8 lines
266 B
Plaintext

Enhancement: Support json output for the `init` command
The `init` command ignored the `--json` flag. It now outputs a JSON message if
the repository was created successfully.
https://github.com/restic/restic/issues/3124
https://github.com/restic/restic/pull/3132