forked from mirror/cobra
Documentation update
This commit is contained in:
parent
667c348dbd
commit
59bd285b5f
|
@ -57,7 +57,7 @@ type Command struct {
|
|||
flagErrorBuf *bytes.Buffer
|
||||
|
||||
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
|
||||
usageTemplate string // Can be defined by Application
|
||||
helpTemplate string // Can be defined by Application
|
||||
|
|
Loading…
Reference in New Issue