(cmd *cobra.Command, args []string, toComplete string)
| 48 | } |
| 49 | |
| 50 | func unloadShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 51 | return completion.ApparmorProfiles(cmd) |
| 52 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…