mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Make help output use any custom stderr
This commit is contained in:
parent
2b936ef8b3
commit
217e4eb40c
@ -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…
x
Reference in New Issue
Block a user