MCPcopy Create free account
hub / github.com/clouditor/clouditor / ValidArgsGetTools

Function ValidArgsGetTools

cli/session.go:248–250  ·  view source on GitHub ↗
(_ *cobra.Command, _ []string, toComplete string)

Source from the content-addressed store, hash-verified

246}
247
248func ValidArgsGetTools(_ *cobra.Command, _ []string, toComplete string) ([]string, cobra.ShellCompDirective) {
249 return getTools(toComplete), cobra.ShellCompDirectiveNoFileComp
250}
251
252func ValidArgsGetMetrics(_ *cobra.Command, _ []string, toComplete string) ([]string, cobra.ShellCompDirective) {
253 return getMetrics(toComplete), cobra.ShellCompDirectiveNoFileComp

Callers

nothing calls this directly

Calls 1

getToolsFunction · 0.85

Tested by

no test coverage detected