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.
failglob
1 parent 92ccf03 commit 7fcf0c6Copy full SHA for 7fcf0c6
completions/badblocks
@@ -17,7 +17,7 @@ _comp_cmd_badblocks()
17
18
if [[ $cur == -* ]]; then
19
# Filter out -w (dangerous) and -X (internal use)
20
- COMPREPLY=($(compgen -X -[wX] -W '$(_parse_usage "$1")' -- "$cur"))
+ COMPREPLY=($(compgen -X '-[wX]' -W '$(_parse_usage "$1")' -- "$cur"))
21
return
22
fi
23
0 commit comments