Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-11 10:00:42


Strelnikov Michael wrote:

> Hello All,
>
> I'd like to parse cl.exe's command line with program_options.
>
> po::command_line_style::style_t op_style =
> po::command_line_style::style_t(
> po::command_line_style::allow_long
> | po::command_line_style::allow_long_disguise
> | po::command_line_style::long_allow_adjacent
> );
>
> Parses only -Ob=<n>

Please try "allow_slash_for_short". Can't try right away, but should work.

- Volodya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net