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

Function rmiShellComplete

cmd/nerdctl/image/image_remove.go:83–86  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string, toComplete string)

Source from the content-addressed store, hash-verified

81}
82
83func rmiShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
84 // show image names
85 return completion.ImageNames(cmd)
86}

Callers

nothing calls this directly

Calls 1

ImageNamesFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…