minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

Fix incorrect bool parsing #4991

Closed klauspost closed 3 months ago

klauspost commented 3 months ago

Description

For example --json=false would still print JSON.

Went through all usage, and I think I covered them all.

How to test this PR?

Use flags.

Types of changes