type golang.org/x/sys/execabs.Cmd

4 uses

	golang.org/x/sys/execabs (current package)
		execabs.go#L31: type Cmd = exec.Cmd

	golang.org/x/tools/go/packages
		golist.go#L1155: func cmdDebugStr(cmd *exec.Cmd) string {

	golang.org/x/tools/internal/gocommand
		invoke.go#L245: func runCmdContext(ctx context.Context, cmd *exec.Cmd) error {
		invoke.go#L336: func cmdDebugStr(cmd *exec.Cmd) string {