Add --cached to completion scripts
This commit is contained in:
parent
50ca5b85d9
commit
fed311d494
@ -14,6 +14,7 @@ _buku () {
|
||||
-a --add
|
||||
--ai
|
||||
-c --comment
|
||||
--cached
|
||||
--colors
|
||||
-d --delete
|
||||
--deep
|
||||
@ -52,6 +53,7 @@ _buku () {
|
||||
)
|
||||
opts_with_arg=(
|
||||
-a --add
|
||||
--cached
|
||||
--colors
|
||||
-e --export
|
||||
--expand
|
||||
|
@ -7,6 +7,7 @@
|
||||
complete -c buku -s a -l add -r --description 'add bookmark'
|
||||
complete -c buku -l ai --description 'auto-import bookmarks'
|
||||
complete -c buku -s c -l comment --description 'comment on bookmark'
|
||||
complete -c buku -l cached -r --description 'visit wayback machine cached version'
|
||||
complete -c buku -l colors -r --description 'set output colors in 5-letter string'
|
||||
complete -c buku -s d -l delete --description 'delete bookmark'
|
||||
complete -c buku -l deep --description 'search matching substrings'
|
||||
|
@ -12,6 +12,7 @@ args=(
|
||||
'(-a --add)'{-a,--add}'[add bookmark]:URL tags'
|
||||
'(--ai)--ai[auto-import bookmarks]'
|
||||
'(-c --comment)'{-c,--comment}'[comment on bookmark]'
|
||||
'(--cached)--cached[visit wayback machine cached version]:index/url'
|
||||
'(--colors)--colors[set output colors in 5-letter string]:color string'
|
||||
'(-d --delete)'{-d,--delete}'[delete bookmark]'
|
||||
'(--deep)--deep[search matching substrings]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user