Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ Greenf
Function
Greenf
pkg/output/color.go:86–88 ·
view source on GitHub ↗
(s string, args ...interface{})
Source
from the content-addressed store, hash-verified
84
}
85
86
func
Greenf(s string, args ...
interface
{}) string {
87
return
Green(fmt.Sprintf(s, args...))
88
}
89
90
func
Bold(s string) string {
91
if
!IsColorEnabled {
Callers
4
publishRun
Function · 0.92
contributeDetails
Function · 0.92
getWorkerPoolAsTableRow
Function · 0.92
getWorkerPoolAsBasic
Function · 0.92
Calls
1
Green
Function · 0.85
Tested by
no test coverage detected