mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix bash completion for feeds2*
This commit is contained in:
parent
59de496c56
commit
84d42bfe3e
@ -82,7 +82,7 @@ def opts_and_words(name, op, words):
|
|||||||
return '_'+name+'()'+\
|
return '_'+name+'()'+\
|
||||||
'''
|
'''
|
||||||
{
|
{
|
||||||
local cur prev opts
|
local cur opts
|
||||||
local IFS=$'|\\t'
|
local IFS=$'|\\t'
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user