Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for heddle (0.33 sec)

  1. istioctl/pkg/analyze/analyze.go

    	return analysisCmd
    }
    
    func gatherFiles(cmd *cobra.Command, args []string) ([]local.ReaderSource, error) {
    	var readers []local.ReaderSource
    	for _, f := range args {
    		var r *os.File
    
    		// Handle "-" as stdin as a special case.
    		if f == "-" {
    			if isatty.IsTerminal(os.Stdin.Fd()) && !isJSONorYAMLOutputFormat() {
    				fmt.Fprint(cmd.OutOrStdout(), "Reading from stdin:\n")
    			}
    			r = os.Stdin
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 08:32:06 GMT 2024
    - 17K bytes
    - Viewed (0)
Back to top