Friday, October 26, 2018

Show: RunInfoBuilder - command line parser using object trees, my first open src project

https://github.com/rushfive/RunInfoBuilder

Hey guys, I spent some time building out a command line parser, mainly for fun and for use in another project im going to work on.

What's different about this compared to other parsers out there is that it doesn't use attributes to "tell" the parser how to handle arguments. Rather, it requires you to completely layout, in code, how a command should be configured and handled using a configuration object.

Would love to hear any feedback, comments, or anything else that you think of.

Thanks for taking the time to check it out!

Show: RunInfoBuilder - command line parser using object trees, my first open src project Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team