Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ normalizeTask
Function
normalizeTask
script/build.go:243–245 ·
view source on GitHub ↗
(t string)
Source
from the content-addressed store, hash-verified
241
}
242
243
func
normalizeTask(t string) string {
244
return
filepath.ToSlash(strings.TrimSuffix(t,
".exe"
))
245
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected