Add autocomplete for --preserve in bash and zsh
This commit is contained in:
parent
cf4d0112d2
commit
60de643ec5
@ -62,6 +62,7 @@ _buku () {
|
|||||||
-i --import
|
-i --import
|
||||||
--immutable
|
--immutable
|
||||||
-n --count
|
-n --count
|
||||||
|
--preserve
|
||||||
-r --sreg
|
-r --sreg
|
||||||
--replace
|
--replace
|
||||||
-s --sany
|
-s --sany
|
||||||
|
@ -30,6 +30,7 @@ args=(
|
|||||||
'(--np)--np[noninteractive mode]'
|
'(--np)--np[noninteractive mode]'
|
||||||
'(-o --open)'{-o,--open}'[open bookmarks in browser]'
|
'(-o --open)'{-o,--open}'[open bookmarks in browser]'
|
||||||
'(--oa)--oa[browse all search results immediately]'
|
'(--oa)--oa[browse all search results immediately]'
|
||||||
|
'(--preserve)--preserve[preserve options]'
|
||||||
'(-p --print)'{-p,--print}'[show bookmark details]'
|
'(-p --print)'{-p,--print}'[show bookmark details]'
|
||||||
'(-r --sreg)'{-r,--sreg}'[match a regular exression]:regex'
|
'(-r --sreg)'{-r,--sreg}'[match a regular exression]:regex'
|
||||||
'(--replace)--replace[replace a tag]:tag to replace'
|
'(--replace)--replace[replace a tag]:tag to replace'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user