Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ String
Method
String
cmd/garm-cli/common/cobra.go:25–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
)
24
25
func
(o *OutputFormat) String() string {
26
if
o == nil {
27
return
""
28
}
29
return
string(*o)
30
}
31
32
func
(o *OutputFormat) Set(value string) error {
33
switch
value {
Callers
8
main.go
File · 0.45
main
Function · 0.45
formatJobs
Function · 0.45
formatOneGiteaCredential
Function · 0.45
resolveRepository
Function · 0.45
resolveOrganization
Function · 0.45
resolveEnterprise
Function · 0.45
formatOneGithubCredential
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected