feat: huge overhaul of messaging into FAIL, WARN, hint, ok, prompt, and progress types

This commit is contained in:
Lewis Wynne 2026-02-11 02:11:58 +00:00
parent 6ccd801c89
commit b52a5bfdb7
30 changed files with 192 additions and 96 deletions

View file

@ -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'?