1
0
mirror of https://github.com/minio/mc.git synced 2025-11-28 08:03:56 +03:00

Move version commands to top level (#3329)

This commit is contained in:
poornas
2020-07-30 09:53:15 -07:00
committed by GitHub
parent 0631315535
commit 7ffa755cd9
9 changed files with 367 additions and 160 deletions

View File

@@ -344,6 +344,7 @@ var appCmds = []cli.Command{
watchCmd,
policyCmd,
tagCmd,
versionCmd,
bucketCmd,
adminCmd,
configCmd,