
29 Oct
2009
29 Oct
'09
11:29 a.m.
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