Upload speed (#18442)

This commit is contained in:
holisticode
2019-01-17 11:25:27 -05:00
committed by Anton Evangelatov
parent 66f0c464cc
commit 257bfff316
2 changed files with 102 additions and 0 deletions

View File

@ -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))