Added new parameter scoring, support multiple matches

This commit is contained in:
RogueException
2016-08-21 11:03:50 -03:00
parent ed7710fbef
commit 324664917d
14 changed files with 316 additions and 177 deletions

View File

@@ -3,14 +3,14 @@
public enum CommandError
{
//Search
UnknownCommand,
UnknownCommand = 1,
//Parse
ParseFailed,
BadArgCount,
//Parse (Type Reader)
CastFailed,
//CastFailed,
ObjectNotFound,
MultipleMatches,