mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
Documentation update
This commit is contained in:
parent
667c348dbd
commit
59bd285b5f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue