Documentation update
This commit is contained in:
		@ -57,7 +57,7 @@ type Command struct {
 | 
				
			|||||||
	flagErrorBuf *bytes.Buffer
 | 
						flagErrorBuf *bytes.Buffer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	args          []string
 | 
						args          []string
 | 
				
			||||||
	output        *io.Writer               // nil means stderr; use out() accessor
 | 
						output        *io.Writer               // nil means stderr; use Out() method instead
 | 
				
			||||||
	usageFunc     func(*Command) error     // Usage can be defined by application
 | 
						usageFunc     func(*Command) error     // Usage can be defined by application
 | 
				
			||||||
	usageTemplate string                   // Can be defined by Application
 | 
						usageTemplate string                   // Can be defined by Application
 | 
				
			||||||
	helpTemplate  string                   // Can be defined by Application
 | 
						helpTemplate  string                   // Can be defined by Application
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user