Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ announce
Function
announce
script/build.go:204–206 ·
view source on GitHub ↗
(args ...string)
Source
from the content-addressed store, hash-verified
202
}
203
204
func
announce(args ...string) {
205
fmt.Println(shellInspect(args))
206
}
207
208
func
run(args ...string) error {
209
exe, err := safeexec.LookPath(args[0])
Callers
2
rmrf
Function · 0.85
run
Function · 0.85
Calls
2
shellInspect
Function · 0.85
Println
Method · 0.80
Tested by
no test coverage detected