zcsizmadia commented on pull request #1594: URL: https://github.com/apache/avro/pull/1594#issuecomment-1064669989
Great answers.Personally I am heavily in favor of thirs party library. Every project I needed command line parsing, the simplicity, readibility, features of a third party library is very hard to beat. I worked with the 3 major ones, and currently I am using System.CommandLine in my project. I would vote against that just simply because it needsa work between betas. Maintaining a command line parser which is in par with other libraries, is not a trivial task IMO. My current feature I am working on is the multifile support, and to be honest, with minimal modification the current implementation can be used. However , if new features require more advanced parsing, there will be need for a modern command line parser, either in-house or 3rd party. -- 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]
