Unhide shell-completion flag (#2640)

This commit is contained in:
Tom Limoncelli 2023-11-22 08:53:04 -05:00 committed by GitHub
parent bfa9da98c8
commit 2ca9c84dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@ func shellCompletionCommand() *cli.Command {
return &cli.Command{ return &cli.Command{
Name: "shell-completion", Name: "shell-completion",
Usage: "generate shell completion scripts", Usage: "generate shell completion scripts",
Hidden: true,
ArgsUsage: fmt.Sprintf("[ %s ]", strings.Join(supportedShells, " | ")), ArgsUsage: fmt.Sprintf("[ %s ]", strings.Join(supportedShells, " | ")),
Description: fmt.Sprintf("Generate shell completion script for [ %s ]", strings.Join(supportedShells, " | ")), Description: fmt.Sprintf("Generate shell completion script for [ %s ]", strings.Join(supportedShells, " | ")),
BashComplete: func(ctx *cli.Context) { BashComplete: func(ctx *cli.Context) {