forked from Silverfish/proton-bridge
feat(BRIDGE-252): restored the -h shortcut shortcut for the CLI --help switch.
This commit is contained in:
@ -205,6 +205,7 @@ func New() *cli.App {
|
|||||||
// We override the default help value because we want "Show" to be capitalized
|
// We override the default help value because we want "Show" to be capitalized
|
||||||
cli.HelpFlag = &cli.BoolFlag{
|
cli.HelpFlag = &cli.BoolFlag{
|
||||||
Name: "help",
|
Name: "help",
|
||||||
|
Aliases: []string{"h"},
|
||||||
Usage: "Show help",
|
Usage: "Show help",
|
||||||
DisableDefaultText: true,
|
DisableDefaultText: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user