AgonConsole8 / agon-mos

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

Suggest to improve the HELP command. #25

Closed lennart-benschop closed 5 months ago

lennart-benschop commented 10 months ago

If you type HELP at the mos prompt with no further parameters, you get: ERRROR '' not found. This is not very..... uhm... helpful? It could output the output for HELP HELP instead (suggest to type HELP cmd or HELP all) and then give a list of commands.

stevesims commented 10 months ago

doh - yeah - that's a bug - it should really be showing the help help output

stevesims commented 9 months ago

ok - Dean had partially fixed it, so you no longer get a corrupted error report - instead help without an argument currently comes up with Invalid command. so there's still a bug to fix here :grin:

stevesims commented 5 months ago

this bug is now properly fixed, and help is now working properly as of 2.2.0

the new help command automatically works out the list of available commands, and will automatically work out aliases too