
21 Apr
2010
21 Apr
'10
9:03 a.m.
Bo Jensen wrote:
Hi, Can anyone point me to a working example of replacing the arguments in program_options i.e :
--someoption <arg>
so I would like to replace <arg>.
It's not possible without rewriting operator<<, more or less. I suggest you use the description for the option to say what arg can be. - Volodya