MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / Command

Method Command

pkg/usage/usage.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (e *UsageError) Command() *cobra.Command {
26 return e.cmd
27}
28
29// Argument validation helper which emits a UsageError rather than a plain string error
30func ExactArgs(n int) cobra.PositionalArgs {

Callers 3

promptMethod · 0.80
runExecutableRawOutputFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected