Boost logo

Boost :

Subject: Re: [boost] [ANN] CLI command line interface compiler for C++
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2009-10-29 07:29:04


Hello,

looks interesting. is there an easy way to pass arguments to an
underlying framework, e.g. Qt's QCoreApplication like -display, -font
etc?, even it is not a valid option to the program self, which shall
expect the classic form of long/short option e.g. --debug|-d ???

Is it possible to write (as it can be done for boost.program_options)
for gcc compiler's "-frtti" and -fno-rtti" without blowing up the DSL
cli file?

Maybe generating the usage() from the DSL cli file with grouping of
options like as it can be done by using boost.program_options?

Thanks,
Olaf


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk