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
5
testdata/remove__multiple__ok.ct
vendored
5
testdata/remove__multiple__ok.ct
vendored
|
|
@ -2,6 +2,7 @@ $ pda set a 1
|
|||
$ pda set b 2
|
||||
$ pda rm a b
|
||||
$ pda get a --> FAIL
|
||||
Error: cannot get 'a': No such key
|
||||
FAIL cannot get 'a': no such key
|
||||
$ pda get b --> FAIL
|
||||
Error: cannot get 'b': No such key. Did you mean 'b1'?
|
||||
FAIL cannot get 'b': no such key
|
||||
hint did you mean 'b1'?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue