mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
- add checkUpdateSyntax and also add json output for update messages
- additionally this commit also includes error Container for consistent outputs
in case of errors, very handy to write scripts around
```bash
$ mc --json ls test | jq .error
null
null
{ error }
null
...
```
2.5 KiB
2.5 KiB