test(all): removes --force from test cases
This commit is contained in:
parent
6953ba7583
commit
ebabae41b6
10 changed files with 16 additions and 12 deletions
2
testdata/help__set__ok.ct
vendored
2
testdata/help__set__ok.ct
vendored
|
|
@ -19,6 +19,7 @@ Aliases:
|
|||
|
||||
Flags:
|
||||
-h, --help help for set
|
||||
-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.
|
||||
|
|
@ -40,5 +41,6 @@ Aliases:
|
|||
|
||||
Flags:
|
||||
-h, --help help for set
|
||||
-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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue