MCPcopy
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
204func announce(args ...string) {
205 fmt.Println(shellInspect(args))
206}
207
208func run(args ...string) error {
209 exe, err := safeexec.LookPath(args[0])

Callers 2

rmrfFunction · 0.85
runFunction · 0.85

Calls 2

shellInspectFunction · 0.85
PrintlnMethod · 0.80

Tested by

no test coverage detected