Added repack command
This commit is contained in:
parent
dde370950a
commit
e85406355e
|
@ -9,7 +9,7 @@ _patool()
|
|||
COMPREPLY=()
|
||||
cur=`_get_cword`
|
||||
|
||||
commands='extract list test create diff formats'
|
||||
commands='extract list test create diff repack formats'
|
||||
|
||||
if [[ $COMP_CWORD -eq 1 ]] ; then
|
||||
if [[ "$cur" == -* ]]; then
|
||||
|
|
Loading…
Reference in New Issue