AgonConsole8 / agon-mos

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

Too many arguments for MOS commands? #94

Open stevesims opened 2 weeks ago

stevesims commented 2 weeks ago

Currently if you provide too many arguments to a command in MOS additional arguments get silently ignored, and the command will just work with the arguments the command wishes to look at.

We may wish to consider changing this behaviour, and returning an error if too many arguments are given to a command. Additional arguments could be indicative of some kind of error in a script (or command) so it may be incorrect for them to just "pass".