mirror of
https://github.com/minio/mc.git
synced 2025-11-12 01:02:26 +03:00
Add play.minio.io as default
This commit is contained in:
@@ -34,6 +34,10 @@ func runConfigCmd(ctx *cli.Context) {
|
||||
}
|
||||
arg := ctx.Args().First()
|
||||
tailArgs := ctx.Args().Tail()
|
||||
if len(tailArgs) > 2 {
|
||||
log.Debug.Println(iodine.New(errInvalidArgument{}, nil))
|
||||
console.Fatalln("Incorrect number of arguments, please use \"mc config help\"")
|
||||
}
|
||||
msg, err := doConfig(arg, tailArgs)
|
||||
if err != nil {
|
||||
log.Debug.Println(iodine.New(err, nil))
|
||||
|
||||
Reference in New Issue
Block a user