21 Aug
2006
21 Aug
'06
7:27 p.m.
Yes, I think there is. You can specify the commandline style with boost::program_options::command_line_style::style_t (cf. documentation) HTH, Chris On Thursday 17 August 2006 04:29, Simon Reye wrote:
Is there any way to support the Microsoft 'standard' for command line options i.e '/' instead of '-'. We've got legacy code that requires command line options to be in this format while at the same time attempting to implement boost in a lot of our new code.
Simon