MCPcopy Index your code
hub / github.com/cortexlabs/cortex / describeInit

Function describeInit

cli/cmd/describe.go:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39)
40
41func describeInit() {
42 _describeCmd.Flags().SortFlags = false
43 _describeCmd.Flags().StringVarP(&_flagDescribeEnv, "env", "e", "", "environment to use")
44 _describeCmd.Flags().BoolVarP(&_flagDescribeWatch, "watch", "w", false, "re-run the command every 2 seconds")
45}
46
47var _describeCmd = &cobra.Command{
48 Use: "describe [API_NAME]",

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected