dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

CmdArgParser::ToUpper needs to be removed

Open BorysTheDev opened this issue 1 year ago • 1 comments

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.

BorysTheDev avatar Aug 08 '24 09:08 BorysTheDev

To finish this task CmdArgParser interface should be updated

BorysTheDev avatar Aug 29 '24 12:08 BorysTheDev