Open blele opened 4 years ago
https://github.com/shubhampawar355/LogParserUsingRegex/blob/31a586773cb91299f42bc6bb9a41fa02e00e7d86/logParser/LogParser.cs#L15
If user provides expected number of arguments but the arguments are invalid then there has to be a check and user should be informed by returning usage info ( just like help )
https://github.com/shubhampawar355/LogParserUsingRegex/blob/31a586773cb91299f42bc6bb9a41fa02e00e7d86/logParser/LogParser.cs#L15
If user provides expected number of arguments but the arguments are invalid then there has to be a check and user should be informed by returning usage info ( just like help )