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

do not use popt #12

Open
pavelpetrovic opened this issue Dec 18, 2017 · 2 comments
Open

do not use popt #12

pavelpetrovic opened this issue Dec 18, 2017 · 2 comments

Comments

@pavelpetrovic
Copy link

Making your code depend on platform-dependent libraries such as popt, which is a terrible piece of incompatible code makes your code dirty. Please fix.

@sourishg
Copy link
Owner

Thanks for pointing it out - I've been meaning to change this for some time now. Do you have any suggestions for a platform independent command line parser library?

@svenevs
Copy link

svenevs commented Jan 26, 2018

Use TCLAP! It's pretty straightforward, and header only meaning you can just track it here in your repo :)

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

3 participants