update from optparse-applicative output
Fix local to use right case, and merge in IFS setting from a more recent version of optparse-applicative.
This commit is contained in:
parent
28b80599e2
commit
c6f087829e
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
# commands, all options, and will never go out of date!
|
||||
_git-annex()
|
||||
{
|
||||
local cmdline
|
||||
local CMDLINE
|
||||
local IFS=$'\n'
|
||||
CMDLINE=(--bash-completion-index $COMP_CWORD)
|
||||
|
||||
for arg in ${COMP_WORDS[@]}; do
|
||||
|
|
Loading…
Reference in a new issue