restic/changelog/unreleased/issue-3124

8 lines
315 B
Plaintext
Raw Normal View History

Enhancement: Enable support for json output on init command
Init command did not listen to the --json flag, it now outputs a struct depending on a successful or failed creation of a repository, with all relevant information
https://github.com/restic/restic/issues/3124
https://github.com/restic/restic/pull/3132