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__glob__ok.ct
vendored
5
testdata/remove__glob__ok.ct
vendored
|
|
@ -3,8 +3,9 @@ $ pda set a2 2
|
|||
$ pda set b1 3
|
||||
$ pda rm --glob a*
|
||||
$ pda get a1 --> FAIL
|
||||
Error: cannot get 'a1': No such key. Did you mean 'b1'?
|
||||
FAIL cannot get 'a1': no such key
|
||||
hint did you mean 'b1'?
|
||||
$ pda get a2 --> FAIL
|
||||
Error: cannot get 'a2': No such key
|
||||
FAIL cannot get 'a2': no such key
|
||||
$ pda get b1
|
||||
3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue