1diff --git a/app/app.go b/app/app.go
2index 57a9b36fdb..96acf94dc1 100644
3--- a/app/app.go
4+++ b/app/app.go
5@@ -28,6 +28,7 @@
6 EnableDebugLogsFlag,
7 },
8 Commands: params.Commands,
9+ EnableBashCompletion: true,
10 }
11
12 return app, nil
13diff --git a/compgen.patch b/compgen.patch
14new file mode 100644
15index 0000000000..e69de29bb2