Bläddra i källkod

Merge pull request #6010 from thaJeztah/tweak_platform_completion

completion: remove generic "os-only" for platforms
Paweł Gronowski 1 vecka sedan
förälder
incheckning
e04b67f51d
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      cli/command/completion/functions.go

+ 0 - 3
cli/command/completion/functions.go

@@ -152,7 +152,6 @@ func NoComplete(_ *cobra.Command, _ []string, _ string) ([]string, cobra.ShellCo
 }
 
 var commonPlatforms = []string{
-	"linux",
 	"linux/386",
 	"linux/amd64",
 	"linux/arm",
@@ -169,10 +168,8 @@ var commonPlatforms = []string{
 	// Not yet supported
 	"linux/riscv64",
 
-	"windows",
 	"windows/amd64",
 
-	"wasip1",
 	"wasip1/wasm",
 }