minio / mc

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

Fix incorrect bool parsing #4991

Closed klauspost closed 4 months ago

klauspost commented 4 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