Skip to content
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

Consider using a library for argument handling #141

Open
meator opened this issue Sep 1, 2023 · 0 comments
Open

Consider using a library for argument handling #141

meator opened this issue Sep 1, 2023 · 0 comments

Comments

@meator
Copy link
Collaborator

meator commented Sep 1, 2023

getopt works but it is a pretty low level way of handling arguments. The biggest drawback I see is that --help has to be hardcoded. Also there are libraries like CLI11 that offer much more comfortable higher level handling of arguments utilizing C++'s capabilities.

I do not consider this a major issue and I'm not adding this to the r3.0 milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant