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

Any alternative to boost::program_options::split_unix? #355

Open
thejohnfreeman opened this issue May 8, 2024 · 0 comments
Open

Any alternative to boost::program_options::split_unix? #355

thejohnfreeman opened this issue May 8, 2024 · 0 comments

Comments

@thejohnfreeman
Copy link

The parser assumes we have an (argc, argv) tuple to pass. What if we just have a char const* from readline()? Would be helpful to have an alternative to boost::program_options::split_unix that turns the second into the first so that we don't have to depend on two argument parsing libraries. (If it exists, I didn't see it mentioned in the README.)

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