kordos commented on pull request #1594: URL: https://github.com/apache/avro/pull/1594#issuecomment-1064917063
I also prefer third party library as in avrogen we should focus on improving that tool instead of writing and maintaining own implementation of command line parser. Although I've never used any in C# however in other languages it was as simple as calling some method like `getArgument()` or `getOption()` so it is hard to imagine that .Net don't have stable command line parser... If we go with building in house command line parser I'm afraid that it will increase entry point for new contributors as some changes may also be introduced to the parser... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
