MCPcopy
hub / github.com/helm/helm / runCompletionFish

Function runCompletionFish

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

Source from the content-addressed store, hash-verified

199}
200
201func runCompletionFish(out io.Writer, cmd *cobra.Command) error {
202 return cmd.Root().GenFishCompletion(out, !disableCompDescriptions)
203}
204
205func runCompletionPowershell(out io.Writer, cmd *cobra.Command) error {
206 if disableCompDescriptions {

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…