Skip to content

Commit 7a72e43

Browse files
committed
feat(7z): complete h i and rn commands
These were added to the help output of p7zip 15.09 and are present in all versions of 7zz. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent 730368b commit 7a72e43

File tree

1 file changed

+1
-1
lines changed
  • completions

1 file changed

+1
-1
lines changed

completions/7z

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _7z()
66
_init_completion -n = || return
77

88
if ((cword == 1)); then
9-
COMPREPLY=($(compgen -W 'a b d e l t u x' -- "$cur"))
9+
COMPREPLY=($(compgen -W 'a b d e h i l rn t u x' -- "$cur"))
1010
return
1111
fi
1212

0 commit comments

Comments
 (0)