dragonfly
dragonfly copied to clipboard
CmdArgParser::ToUpper needs to be removed
CmdArgParser::ToUpper function is useless in most cases because command comparison should be done case insensitive (we need to check this and fix if this isn't done). Also this function semantically can not be part of the parser.
To finish this task CmdArgParser interface should be updated