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

Function NewViewFlags

pkg/cmd/project/view/view.go:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func NewViewFlags() *ViewFlags {
32 return &ViewFlags{
33 Web: flag.New[bool](FlagWeb, false),
34 }
35}
36
37type ViewOptions struct {
38 Client *client.Client

Callers 1

NewCmdViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected