From 04040c928142db92d2ef2d4b43ad4701392e5ceb Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 6 Mar 2018 16:47:13 +0100 Subject: Added bash completion support. Signed-off-by: Sebastien Douheret --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index 7d1f5e1..a6f8104 100644 --- a/main.go +++ b/main.go @@ -141,6 +141,7 @@ func main() { app.Metadata["version"] = AppVersion app.Metadata["git-tag"] = AppSubVersion app.Metadata["logger"] = Log + app.EnableBashCompletion = true // Create env vars help dynDesc := "\nENVIRONMENT VARIABLES:" -- cgit 1.2.3-korg