Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a085d1 commit f510f01Copy full SHA for f510f01
cli/speedtest.go
@@ -26,6 +26,7 @@ func speedtest() *cobra.Command {
26
cmd := &cobra.Command{
27
Annotations: workspaceCommand,
28
Use: "speedtest <workspace>",
29
+ Args: cobra.ExactArgs(1),
30
Short: "Run a speed test from your machine to the workspace.",
31
RunE: func(cmd *cobra.Command, args []string) error {
32
ctx, cancel := context.WithCancel(cmd.Context())
0 commit comments