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
6
testdata/remove__glob__mixed__ok.ct
vendored
6
testdata/remove__glob__mixed__ok.ct
vendored
|
|
@ -3,8 +3,8 @@ $ pda set bar1 2
|
|||
$ pda set bar2 3
|
||||
$ pda rm foo --glob bar*
|
||||
$ pda get foo --> FAIL
|
||||
Error: cannot get 'foo': No such key
|
||||
FAIL cannot get 'foo': no such key
|
||||
$ pda get bar1 --> FAIL
|
||||
Error: cannot get 'bar1': No such key
|
||||
FAIL cannot get 'bar1': no such key
|
||||
$ pda get bar2 --> FAIL
|
||||
Error: cannot get 'bar2': No such key
|
||||
FAIL cannot get 'bar2': no such key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue