shubhampawar355 / LogParserUsingRegex

0 stars 0 forks source link

What is the purpose of setting the argument to null? #4

Open blele opened 4 years ago

blele commented 4 years ago

https://github.com/shubhampawar355/LogParserUsingRegex/blob/31a586773cb91299f42bc6bb9a41fa02e00e7d86/logParser/UserInput.cs#L45

shubhampawar355 commented 4 years ago

I have added this for additional functionality where user can provide Levels in any order without Level flag. eg. dotnet run level1 --log-dir source Level2 --csv destination Level3