mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 20:58:19 +00:00
rename hidden-help to help-verbose (#1180)
This commit is contained in:
@@ -68,7 +68,7 @@ func printPorts(c *cli.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func hiddenHelp(c *cli.Context) error {
|
||||
func helpVerbose(c *cli.Context) error {
|
||||
generatedFlags, err := config.GenerateCLIFlags(baseFlags, false)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
+3
-3
@@ -154,9 +154,9 @@ func main() {
|
||||
Action: listNodes,
|
||||
},
|
||||
{
|
||||
Name: "hidden-help",
|
||||
Usage: "prints app help and includes all hidden generated configuration flags",
|
||||
Action: hiddenHelp,
|
||||
Name: "help-verbose",
|
||||
Usage: "prints app help, including all generated configuration flags",
|
||||
Action: helpVerbose,
|
||||
},
|
||||
},
|
||||
Version: version.Version,
|
||||
|
||||
Reference in New Issue
Block a user