Skip to content

Commit

Permalink
Unhide shell-completion flag (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Nov 22, 2023
1 parent bfa9da9 commit 2ca9c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func shellCompletionCommand() *cli.Command {
return &cli.Command{
Name: "shell-completion",
Usage: "generate shell completion scripts",
Hidden: true,
ArgsUsage: fmt.Sprintf("[ %s ]", strings.Join(supportedShells, " | ")),
Description: fmt.Sprintf("Generate shell completion script for [ %s ]", strings.Join(supportedShells, " | ")),
BashComplete: func(ctx *cli.Context) {
Expand Down

0 comments on commit 2ca9c84

Please sign in to comment.