shubhampawar355 / LogParserUsingRegex

0 stars 0 forks source link

Add check for invalid inputs #1

Open blele opened 4 years ago

blele commented 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 )