mirror of
https://github.com/spf13/cobra
synced 2025-05-07 22:07:23 +00:00
Formatting fix
This commit is contained in:
parent
6291af1f4d
commit
044950bbc1
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ func (c *Command) SetArgs(a []string) {
|
||||||
c.args = a
|
c.args = a
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// SetOut sets the destination for usage messages.
|
// SetOut sets the destination for usage messages.
|
||||||
// If newOut is nil, os.Stdout is used.
|
// If newOut is nil, os.Stdout is used.
|
||||||
func (c *Command) SetOut(newOut io.Writer) {
|
func (c *Command) SetOut(newOut io.Writer) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue