I parsed command line using Boost Program Options as usual.
po::command_line_parserpopulatedpo::variables_map vm.I changed some values in
po::variables_maplike this:vm.at(option).value() = val;Now I need to reassemble modified command line string from
po::variables_map. How to do this?