From 2ca9c84dbea8069829191d82f2e5218863fd07c4 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 22 Nov 2023 08:53:04 -0500 Subject: [PATCH] Unhide shell-completion flag (#2640) --- commands/completion.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/completion.go b/commands/completion.go index 448004555c..7f94348b40 100644 --- a/commands/completion.go +++ b/commands/completion.go @@ -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) {