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 730368b commit 7a72e43Copy full SHA for 7a72e43
completions/7z
@@ -6,7 +6,7 @@ _7z()
6
_init_completion -n = || return
7
8
if ((cword == 1)); then
9
- COMPREPLY=($(compgen -W 'a b d e l t u x' -- "$cur"))
+ COMPREPLY=($(compgen -W 'a b d e h i l rn t u x' -- "$cur"))
10
return
11
fi
12
0 commit comments