Skip to content

Commit bbd575c

Browse files
authored
Set EnableBashCompletion: true (#300)
1 parent ab868a9 commit bbd575c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ var App = &cli.App{
2222
backupCommand,
2323
completionCommand,
2424
},
25+
EnableBashCompletion: true,
2526
}

0 commit comments

Comments
 (0)