We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab868a9 commit bbd575cCopy full SHA for bbd575c
cmd/root.go
@@ -22,4 +22,5 @@ var App = &cli.App{
22
backupCommand,
23
completionCommand,
24
},
25
+ EnableBashCompletion: true,
26
}
0 commit comments