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

Function unloadShellComplete

cmd/nerdctl/apparmor/apparmor_unload_linux.go:50–52  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string, toComplete string)

Source from the content-addressed store, hash-verified

48}
49
50func unloadShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
51 return completion.ApparmorProfiles(cmd)
52}

Callers

nothing calls this directly

Calls 1

ApparmorProfilesFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…