MCPcopy Create free account
hub / github.com/containerd/nerdctl / removeShellComplete

Function removeShellComplete

cmd/nerdctl/volume/volume_remove.go:76–79  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string, toComplete string)

Source from the content-addressed store, hash-verified

74}
75
76func removeShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
77 // show volume names
78 return completion.VolumeNames(cmd)
79}

Callers

nothing calls this directly

Calls 1

VolumeNamesFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…