mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-15 16:50:03 +00:00
update completion files
This commit is contained in:
@@ -127,6 +127,8 @@ _dotdrop-import ()
|
||||
'(--no-banner)--no-banner' \
|
||||
'(-d)-d' \
|
||||
'(--dry)--dry' \
|
||||
'(-f)-f' \
|
||||
'(--force)--force' \
|
||||
'(-c=-)-c=-' \
|
||||
'(--cfg=-)--cfg=-' \
|
||||
'(-p=-)-p=-' \
|
||||
|
||||
@@ -127,6 +127,8 @@ _dotdrop.sh-import ()
|
||||
'(--no-banner)--no-banner' \
|
||||
'(-d)-d' \
|
||||
'(--dry)--dry' \
|
||||
'(-f)-f' \
|
||||
'(--force)--force' \
|
||||
'(-c=-)-c=-' \
|
||||
'(--cfg=-)--cfg=-' \
|
||||
'(-p=-)-p=-' \
|
||||
|
||||
@@ -53,7 +53,7 @@ _dotdrop_import()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
||||
if [ $COMP_CWORD -ge 2 ]; then
|
||||
COMPREPLY=( $( compgen -fW '-V --verbose -b --no-banner -d --dry -c= --cfg= -p= --profile= -l= --link= ' -- $cur) )
|
||||
COMPREPLY=( $( compgen -fW '-V --verbose -b --no-banner -d --dry -f --force -c= --cfg= -p= --profile= -l= --link= ' -- $cur) )
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ _dotdropsh_import()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
||||
if [ $COMP_CWORD -ge 2 ]; then
|
||||
COMPREPLY=( $( compgen -fW '-V --verbose -b --no-banner -d --dry -c= --cfg= -p= --profile= -l= --link= ' -- $cur) )
|
||||
COMPREPLY=( $( compgen -fW '-V --verbose -b --no-banner -d --dry -f --force -c= --cfg= -p= --profile= -l= --link= ' -- $cur) )
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user