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

Function NewDisableOptions

pkg/cmd/project/disable/disable.go:20–25  ·  view source on GitHub ↗
(args []string, dependencies *cmd.Dependencies)

Source from the content-addressed store, hash-verified

18}
19
20func NewDisableOptions(args []string, dependencies *cmd.Dependencies) *DisableOptions {
21 return &DisableOptions{
22 Dependencies: dependencies,
23 IdOrName: args[0],
24 }
25}
26
27func NewCmdDisable(f factory.Factory) *cobra.Command {
28 cmd := &cobra.Command{

Callers 1

NewCmdDisableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected