jbrzusto / find_tags

search raw data streams for patterns from registered tags
GNU General Public License v2.0
2 stars 0 forks source link

parameter override failing for e.g. default_freq because it ends up specified more than once #67

Closed jbrzusto closed 6 years ago

jbrzusto commented 6 years ago

e.g. for job 169607 so how do I tell boost::program_options to use the last-specified value? accumulate a vector and use the last one? Seems awkward.

jbrzusto commented 6 years ago

Wow, there really isn't a native way to do this in boost::program_options library?!

jbrzusto commented 6 years ago

seems like less code churn to patch boost::program_options!