diff --git a/cmd/root.go b/cmd/root.go index 65de1f10..dd197a20 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,4 +22,5 @@ var App = &cli.App{ backupCommand, completionCommand, }, + EnableBashCompletion: true, }