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

`mc config` missing error checking #5081

Open donatello opened 1 week ago

donatello commented 1 week ago

Expected behavior

This is just a suggestion/example:

$ mc config get
Invalid sub-command `get`
$ mc config host x
$ Invalid sub-command `x`

Actual behavior

$ mc config get
$ mc config host x
$

Steps to reproduce the behavior

Latest mc

vadmeste commented 4 days ago

mc config is deprecated since a long time @donatello @dhananjaykrutika, it is not visible in mc anymore

donatello commented 4 days ago

It just came up - I accidentally used these commands while thinking of using mc admin config. Maybe we can remove it then.