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