Skip to content

Commit 2ca9c84

Browse files
authored
Unhide shell-completion flag (#2640)
1 parent bfa9da9 commit 2ca9c84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commands/completion.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func shellCompletionCommand() *cli.Command {
2525
return &cli.Command{
2626
Name: "shell-completion",
2727
Usage: "generate shell completion scripts",
28-
Hidden: true,
2928
ArgsUsage: fmt.Sprintf("[ %s ]", strings.Join(supportedShells, " | ")),
3029
Description: fmt.Sprintf("Generate shell completion script for [ %s ]", strings.Join(supportedShells, " | ")),
3130
BashComplete: func(ctx *cli.Context) {

0 commit comments

Comments
 (0)