mirror of
https://github.com/minio/mc.git
synced 2025-12-08 22:28:28 +03:00
Add command for uploading file to SUBNET issue (#4854)
mc support upload --issue <issueNum> --comment <msg> <alias> </path/to/file> Will upload the given file to the given SUBNET issue
This commit is contained in:
@@ -55,6 +55,7 @@ var supportSubcommands = []cli.Command{
|
||||
supportProfileCmd,
|
||||
supportTopCmd,
|
||||
supportProxyCmd,
|
||||
supportUploadCmd,
|
||||
}
|
||||
|
||||
var supportCmd = cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user