We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3715ff8 commit 219fea1Copy full SHA for 219fea1
data/etc/bash_completion.d/fwutil
@@ -1,7 +1,10 @@
1
+shopt -s extglob
2
+
3
_fwutil_completion() {
4
COMPREPLY=( $( env COMP_WORDS="${COMP_WORDS[*]}" \
5
COMP_CWORD=$COMP_CWORD \
6
_FWUTIL_COMPLETE=complete $1 ) )
7
+ COMPREPLY=( ${COMPREPLY[*]//*(-install|-update)/} )
8
return 0
9
}
10
0 commit comments