Skip to content

Commit e04b67f

Browse files
authored
Merge pull request #6010 from thaJeztah/tweak_platform_completion
completion: remove generic "os-only" for platforms
2 parents 219d3fe + 557d721 commit e04b67f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cli/command/completion/functions.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ func NoComplete(_ *cobra.Command, _ []string, _ string) ([]string, cobra.ShellCo
152152
}
153153

154154
var commonPlatforms = []string{
155-
"linux",
156155
"linux/386",
157156
"linux/amd64",
158157
"linux/arm",
@@ -169,10 +168,8 @@ var commonPlatforms = []string{
169168
// Not yet supported
170169
"linux/riscv64",
171170

172-
"windows",
173171
"windows/amd64",
174172

175-
"wasip1",
176173
"wasip1/wasm",
177174
}
178175

0 commit comments

Comments
 (0)