Files
nixpkgs/pkgs/by-name/tc/tcld/compgen.patch
2026-04-29 05:12:08 +00:00

12 lines
284 B
Diff

diff --git a/app/app.go b/app/app.go
index a9c2dae..23d1527 100644
--- a/app/app.go
+++ b/app/app.go
@@ -38,6 +38,7 @@ func NewApp(params AppParams) (*cli.App, error) {
EnableDebugLogsFlag,
},
Commands: enabledCommands,
+ EnableBashCompletion: true,
}
return app, nil