Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CmdEnv (0.11 sec)

  1. src/cmd/dist/build.go

    		// Remove distribution packages.
    		xremoveall(pathf("%s/pkg/distpack", goroot))
    	}
    }
    
    /*
     * command implementations
     */
    
    // The env command prints the default environment.
    func cmdenv() {
    	path := flag.Bool("p", false, "emit updated PATH")
    	plan9 := flag.Bool("9", gohostos == "plan9", "emit plan 9 syntax")
    	windows := flag.Bool("w", gohostos == "windows", "emit windows syntax")
    	xflagparse(0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top