You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
The parser assumes we have an
(argc, argv)
tuple to pass. What if we just have achar const*
fromreadline()
? Would be helpful to have an alternative toboost::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.)The text was updated successfully, but these errors were encountered: