-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Command definitions should be more accurate. Currently there are many bugs with command argument validation and argument counting. If types and count of arguments can be more strictly enforced by the Core then many legacy buggy code may be recycled. And that's always a good thing!
So we need to analyze the real (not only declared) command argument constraints and create a project of next-generation argument declaration language.
See also #164.