$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bryan Green (bgreen_at_[hidden])
Date: 2007-07-18 14:16:53
Ian McCulloch writes:
> Bryan Green wrote:
> [snip]
> >
> > While I'm on the subject, you sometimes see something like the following:
> >
> > ./prog -vvv
> > or
> > ./prog -v -v -v
> >
> > This would *increment* the verbosity level three times. I can't see how
> > to replicate this in program_options.
>
> This is something I have asked about before on this list, but at the time
> there was no response. I would be very interested in knowing how to do
> this using boost::program_options!
Hmm, I'm starting to see a pattern here. Does there happen to be any
development going on in program_options, or is it in need of developers?
-Bryan