-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recommendations for option parsing #35
Comments
libraries to investigate: |
I usually just use |
Something to investigate: Clara "A simple to use, composable, command line parser for C++ 11 and beyond". By the same guy who created the Catch unit test framework. |
Just learned from @kkaefer that mbgl is using https://github.com/Taywee/args for demo apps - which @brunoabinader brought in. |
watching progress on Clara at mapbox/vtzero@70fc232. I'm in support for having Clara be our recommendation if @joto's experience is solid this week in this port. |
My experience with Clara so far: Positive:
Negative:
I think it is too early to recommend this as a standard tool, but I think collecting some experience with it is probably a good idea. (That's why I went ahead and used it in the relatively simple vtzero examples.) |
👍 looking forward to learning more as you use it. |
In C++ my experience says:
/cc @GretaCB @joto @mapbox/core-tech @danpat
The text was updated successfully, but these errors were encountered: