mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 14:25:35 -04:00
Make help output use any custom stderr
This commit is contained in:
parent
2b936ef8b3
commit
217e4eb40c
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ func RunCustom(args []string, runOpts *RunOptions) int {
|
|||
HelpFunc: groupedHelpFunc(
|
||||
cli.BasicHelpFunc("vault"),
|
||||
),
|
||||
HelpWriter: runOpts.Stderr,
|
||||
HiddenCommands: hiddenCommands,
|
||||
Autocomplete: true,
|
||||
AutocompleteNoDefaultFlags: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue