mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-03-04 15:29:44 +00:00
This implements an argument format similar to LuaReqeust, as described in dan200/ComputerCraft#515. The Lua argument checking code is a little verbose and repetitive, but I'm not sure how to avoid that - we should look into improving it in the future. Closes #21