MCPcopy
hub / github.com/helm/helm / runCompletionPowershell

Function runCompletionPowershell

pkg/cmd/completion.go:205–210  ·  view source on GitHub ↗
(out io.Writer, cmd *cobra.Command)

Source from the content-addressed store, hash-verified

203}
204
205func runCompletionPowershell(out io.Writer, cmd *cobra.Command) error {
206 if disableCompDescriptions {
207 return cmd.Root().GenPowerShellCompletion(out)
208 }
209 return cmd.Root().GenPowerShellCompletionWithDesc(out)
210}
211
212// noMoreArgsCompFunc deactivates file completion when doing argument shell completion.
213// It also provides some ActiveHelp to indicate no more arguments are accepted.

Callers 1

newCompletionCmdFunction · 0.85

Calls 1

RootMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…