feat: huge overhaul of messaging into FAIL, WARN, hint, ok, prompt, and progress types
This commit is contained in:
parent
6ccd801c89
commit
b52a5bfdb7
30 changed files with 192 additions and 96 deletions
4
testdata/remove__dedupe__ok.ct
vendored
4
testdata/remove__dedupe__ok.ct
vendored
|
|
@ -10,6 +10,6 @@ $ pda ls
|
|||
foo 1
|
||||
$ pda rm foo --glob "*"
|
||||
$ pda get bar --> FAIL
|
||||
Error: cannot get 'bar': No such key
|
||||
FAIL cannot get 'bar': no such key
|
||||
$ pda get foo --> FAIL
|
||||
Error: cannot get 'foo': No such key
|
||||
FAIL cannot get 'foo': no such key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue