mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 05:13:25 -07:00
Updated msys2 to msys2-base-x86_64-20200903
This commit is contained in:
parent
5bc8dbdc75
commit
2307d54cb1
18501 changed files with 1684082 additions and 720361 deletions
|
@ -6,15 +6,15 @@ _unpack200()
|
|||
_init_completion -s || return
|
||||
|
||||
case $prev in
|
||||
'-?'|-h|--help|-V|--version|-J)
|
||||
--help|--version|-!(-*)[?hVJ])
|
||||
return
|
||||
;;
|
||||
-H|--deflate-hint)
|
||||
COMPREPLY=( $( compgen -W 'true false keep' -- "$cur" ) )
|
||||
--deflate-hint|-!(-*)H)
|
||||
COMPREPLY=( $(compgen -W 'true false keep' -- "$cur") )
|
||||
return
|
||||
;;
|
||||
-l|--log-file)
|
||||
COMPREPLY=( $( compgen -W '-' -- "$cur" ) )
|
||||
--log-file|-!(-*)l)
|
||||
COMPREPLY=( $(compgen -W '-' -- "$cur") )
|
||||
_filedir log
|
||||
return
|
||||
;;
|
||||
|
@ -32,9 +32,9 @@ _unpack200()
|
|||
done
|
||||
|
||||
if ! $pack ; then
|
||||
if [[ "$cur" == -* ]] ; then
|
||||
COMPREPLY=( $( compgen -W '--deflate-hint= --remove-pack-file
|
||||
--verbose --quiet --log-file= --help --version' -- "$cur" ) )
|
||||
if [[ "$cur" == -* ]]; then
|
||||
COMPREPLY=( $(compgen -W '--deflate-hint= --remove-pack-file
|
||||
--verbose --quiet --log-file= --help --version' -- "$cur") )
|
||||
[[ $COMPREPLY == *= ]] && compopt -o nospace
|
||||
else
|
||||
_filedir 'pack?(.gz)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue