mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a6a8107361
commit
bde2a22e35
@ -171,7 +171,7 @@ class ZshCompleter(object): # {{{
|
|||||||
arg = ''
|
arg = ''
|
||||||
if opt.takes_value():
|
if opt.takes_value():
|
||||||
arg = ':"%s":'%h
|
arg = ':"%s":'%h
|
||||||
if opt.dest in {'debug_pipeline', 'to_dir', 'outbox', 'with_library', 'library_path'}:
|
if opt.dest in {'extract_to', 'debug_pipeline', 'to_dir', 'outbox', 'with_library', 'library_path'}:
|
||||||
arg += "'_path_files -/'"
|
arg += "'_path_files -/'"
|
||||||
elif opt.choices:
|
elif opt.choices:
|
||||||
arg += "(%s)"%'|'.join(opt.choices)
|
arg += "(%s)"%'|'.join(opt.choices)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user