mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Make help output use any custom stderr
This commit is contained in:
@@ -168,6 +168,7 @@ func RunCustom(args []string, runOpts *RunOptions) int {
|
|||||||
HelpFunc: groupedHelpFunc(
|
HelpFunc: groupedHelpFunc(
|
||||||
cli.BasicHelpFunc("vault"),
|
cli.BasicHelpFunc("vault"),
|
||||||
),
|
),
|
||||||
|
HelpWriter: runOpts.Stderr,
|
||||||
HiddenCommands: hiddenCommands,
|
HiddenCommands: hiddenCommands,
|
||||||
Autocomplete: true,
|
Autocomplete: true,
|
||||||
AutocompleteNoDefaultFlags: true,
|
AutocompleteNoDefaultFlags: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user