Added new parameter scoring, support multiple matches
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
public enum CommandError
|
||||
{
|
||||
//Search
|
||||
UnknownCommand,
|
||||
UnknownCommand = 1,
|
||||
|
||||
//Parse
|
||||
ParseFailed,
|
||||
BadArgCount,
|
||||
|
||||
//Parse (Type Reader)
|
||||
CastFailed,
|
||||
//CastFailed,
|
||||
ObjectNotFound,
|
||||
MultipleMatches,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user