chore: update nushell completions
ci/woodpecker/push/goreleaser Pipeline was successful
Details
ci/woodpecker/push/goreleaser Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
a882e0802c
commit
8afc4efc10
|
@ -4,18 +4,22 @@ def keys [] {
|
|||
|
||||
export extern "kv get" [
|
||||
key: string@keys # Key
|
||||
--store(-s) # Use a specific store instead of aggregate
|
||||
]
|
||||
|
||||
export extern "kv set" [
|
||||
key: string # Key
|
||||
value: string # Value
|
||||
...value: string # Value cont.
|
||||
--store(-s) # Store for this key/value
|
||||
]
|
||||
|
||||
export extern "kv del" [
|
||||
key: string@keys #Key
|
||||
key: string@keys # Key
|
||||
--store(-s) # Store for this key/value
|
||||
]
|
||||
|
||||
export extern "kv list" [
|
||||
prefix?: string # Key prefix filter
|
||||
--store(-s) # Use a specific store instead of aggregate
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue