Upload speed (#18442)
This commit is contained in:
committed by
Anton Evangelatov
parent
66f0c464cc
commit
257bfff316
@ -148,6 +148,12 @@ func main() {
|
||||
Usage: "feed update generate, upload and sync",
|
||||
Action: cliFeedUploadAndSync,
|
||||
},
|
||||
{
|
||||
Name: "upload_speed",
|
||||
Aliases: []string{"u"},
|
||||
Usage: "measure upload speed",
|
||||
Action: cliUploadSpeed,
|
||||
},
|
||||
}
|
||||
|
||||
sort.Sort(cli.FlagsByName(app.Flags))
|
||||
|
Reference in New Issue
Block a user