Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
func
NewViewFlags() *ViewFlags {
32
return
&ViewFlags{
33
Web: flag.New[bool](FlagWeb, false),
34
}
35
}
36
37
type
ViewOptions
struct
{
38
Client *client.Client
Callers
1
NewCmdView
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected