Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ Yellowf
Function
Yellowf
pkg/output/color.go:75–77 ·
view source on GitHub ↗
(s string, args ...interface{})
Source
from the content-addressed store, hash-verified
73
}
74
75
func
Yellowf(s string, args ...
interface
{}) string {
76
return
Yellow(fmt.Sprintf(s, args...))
77
}
78
79
func
Green(s string) string {
80
if
!IsColorEnabled {
Callers
5
AskPackageOverrideLoop
Function · 0.92
excludeRun
Function · 0.92
includeRun
Function · 0.92
contributeDetails
Function · 0.92
getWorkerPoolAsBasic
Function · 0.92
Calls
1
Yellow
Function · 0.85
Tested by
no test coverage detected