1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +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

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