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

Method Error

pkg/usage/usage.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (e *UsageError) Error() string {
22 return e.s
23}
24
25func (e *UsageError) Command() *cobra.Command {
26 return e.cmd

Calls

no outgoing calls