MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / initListCmd

Function initListCmd

cmd/list.go:37–39  ·  view source on GitHub ↗
(parentCmd *cobra.Command)

Source from the content-addressed store, hash-verified

35)
36
37func initListCmd(parentCmd *cobra.Command) {
38 parentCmd.AddCommand(listCmd)
39}
40
41func runListCmd(c *perfops.Client, dataType string) error {
42 if f, ok := listTypesMap[dataType]; ok {

Callers 2

TestInitListCmdFunction · 0.85
ExecuteFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestInitListCmdFunction · 0.68