1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-15 19:40:07 +00:00

update completion files

This commit is contained in:
deadc0de6
2019-06-24 09:52:52 -04:00
parent 0de244af31
commit aaf099d650
4 changed files with 6 additions and 2 deletions

View File

@@ -127,6 +127,8 @@ _dotdrop-import ()
'(--no-banner)--no-banner' \
'(-d)-d' \
'(--dry)--dry' \
'(-f)-f' \
'(--force)--force' \
'(-c=-)-c=-' \
'(--cfg=-)--cfg=-' \
'(-p=-)-p=-' \

View File

@@ -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=-' \

View File

@@ -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
}

View File

@@ -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
}