(_ *cobra.Command, _ []string, toComplete string)
| 250 | } |
| 251 | |
| 252 | func ValidArgsGetMetrics(_ *cobra.Command, _ []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 253 | return getMetrics(toComplete), cobra.ShellCompDirectiveNoFileComp |
| 254 | } |
| 255 | |
| 256 | func ValidArgsGetCatalogs(_ *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { |
| 257 | if len(args) == 0 { |