chore(cmd): updates Shorts, and test expectations.
This commit is contained in:
parent
ef597c5f22
commit
9467675715
16 changed files with 60 additions and 49 deletions
4
testdata/help__set__ok.ct
vendored
4
testdata/help__set__ok.ct
vendored
|
|
@ -1,6 +1,6 @@
|
|||
$ pda help set
|
||||
$ pda set --help
|
||||
Set a value for a key by passing VALUE or Stdin. Optionally specify a db.
|
||||
Set a key to a given value or stdin. Optionally specify a db.
|
||||
|
||||
PDA supports parsing Go templates. Actions are delimited with {{ }}.
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Flags:
|
|||
-i, --interactive Prompt before overwriting an existing key
|
||||
--secret Mark the stored value as a secret
|
||||
-t, --ttl duration Expire the key after the provided duration (e.g. 24h, 30m)
|
||||
Set a value for a key by passing VALUE or Stdin. Optionally specify a db.
|
||||
Set a key to a given value or stdin. Optionally specify a db.
|
||||
|
||||
PDA supports parsing Go templates. Actions are delimited with {{ }}.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue