$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Using Program Options styles to format options_description output
From: Arindam Mukherjee (arindam.mukerjee_at_[hidden])
Date: 2014-05-23 01:38:35
One of the things I want to do when I use Program Options is to print
the help according to the styles I am enforcing. For example, on
Windows if I use allows_slash_for_short, it will make sense for me to
reflect that when I print the actual help string. I can't find a way
to do this. Any pointers?
Thanks,
Arindam