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

Function diffShellComplete

cmd/nerdctl/container/container_diff.go:228–231  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string, toComplete string)

Source from the content-addressed store, hash-verified

226}
227
228func diffShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
229 // show container names
230 return completion.ContainerNames(cmd, nil)
231}

Callers

nothing calls this directly

Calls 1

ContainerNamesFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…