(_ *cobra.Command, _ []string, toComplete string)
| 291 | } |
| 292 | |
| 293 | func ValidArgsGetCertificationTargets(_ *cobra.Command, _ []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 294 | return getCertificationTargets(toComplete), cobra.ShellCompDirectiveNoFileComp |
| 295 | } |
| 296 | |
| 297 | func getTools(_ string) []string { |
| 298 | var ( |