feat(commit): text templating in commit messages
This commit is contained in:
parent
4e78cefd56
commit
2ca32769d5
30 changed files with 281 additions and 115 deletions
4
testdata/remove-dedupe.ct
vendored
4
testdata/remove-dedupe.ct
vendored
|
|
@ -3,8 +3,8 @@ $ pda set foo@rdd 1
|
|||
$ pda set bar@rdd 2
|
||||
$ pda ls rdd --format tsv
|
||||
Key Store Value TTL
|
||||
bar rdd 2 no expiry
|
||||
foo rdd 1 no expiry
|
||||
bar rdd 2 none
|
||||
foo rdd 1 none
|
||||
$ pda rm foo@rdd --key "*@rdd" -y
|
||||
$ pda get bar@rdd --> FAIL
|
||||
FAIL cannot get 'bar@rdd': no such key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue