[program_options] Non-conventional options
18 Jan
2008
18 Jan
'08
7:12 p.m.
Hi, I've read http://www.boost.org/doc/html/program_options/howto.html#id1592624 about Non-conventional Syntax but it doesn't solve my problem. For a program I have to bypass some options to the underlying library (to be concrete Qt), where some of the Qt specific options I have to parse for my program too. Qt's QApplication recognizes cmd line arguments in a style of '-command' which differs from long option style of boost.program_options. Therefore the '-command' should be valid, the '--command' not! How can I get this? Thanks, Olaf
6146
Age (days ago)
6146
Last active (days ago)
0 comments
1 participants
participants (1)
-
ope