We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29418d commit 8a8facfCopy full SHA for 8a8facf
cmd/dbc/completions/dbc.bash
@@ -62,7 +62,7 @@ _dbc_install_completions() {
62
--level|-l)
63
COMPREPLY=($(compgen -W "user system" -- "$cur"))
64
return 0
65
- ;;
+ ;;
66
esac
67
68
if [[ "$cur" == -* ]]; then
0 commit comments