Opened 6 years ago
#12153 new Bugs
[program_options] disable "long_allow_adjacent" and "short_allow_adjacent",it doesn't work
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost 1.60.0 | Severity: | Problem |
Keywords: | style | Cc: |
Description
I set the style as follows when parsing command line for disabling the format"--test=1"and "-t1",it doesn't work. .style(
boost::program_options::command_line_style::unix_style boost::program_options::command_line_style::long_allow_adjacent boost::program_options::command_line_style::short_allow_adjacent)
Note:
See TracTickets
for help on using tickets.