1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

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

View File

@ -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) {