mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
12 lines
284 B
Diff
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
|