func(cmd *Command, args []string, toComplete string) ([]string, ShellCompDirective)
| 2944 | // This replicates the issue https://github.com/docker/cli/issues/5827 |
| 2945 | // https://github.com/docker/cli/blob/b6e7eba4470ecdca460e4b63270fba8179674ad6/cli/command/completion/functions.go#L18 |
| 2946 | type UserCompletionTypeHelper func(cmd *Command, args []string, toComplete string) ([]string, ShellCompDirective) |
| 2947 | |
| 2948 | var userComp UserCompletionTypeHelper |
| 2949 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…