Is it possible to specify an argument with boost::program_options
with short option only?
The answer given here is to use allow_long_disguise
, which will result in long options being acceptable with a single dash. Is there any way to make some options short-only (single dash and single character), without using allow_long_disguise
?
Asked
Active
Viewed 503 times
3