MCPcopy
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
243func normalizeTask(t string) string {
244 return filepath.ToSlash(strings.TrimSuffix(t, ".exe"))
245}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected