AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
31 stars 10 forks source link

enhance *help #86

Open stevesims opened 1 month ago

stevesims commented 1 month ago

On RISC OS if you do *help m. then it will print out help for all commands that begin with m.

The current help command on the Agon only performs complete word matching for commands, so therefore it will complain Command not found: m. if you've tried to do *help m.. Ideally it should show help for mem, mkdir, mount, move and mv.

(On RISC OS performing *help . shows help on all keywords)

stevesims commented 1 month ago

generic match function being worked on as part of #91 includes support for pattern matches that end with a ., which will be instrumental in getting this to work

stevesims commented 4 weeks ago

implemented in #91