$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Program Options] terminate parsing after first positional argument
From: Stuart Pook (stuart8763_at_[hidden])
Date: 2012-07-06 05:46:08
On 06/07/2012 11:36, driscoll_at_[hidden] wrote:
> parsing
> really needs to stop at the first *positional* argument, not at the first
> unrecognized option.
yes,
my_program target_program --help
must show the help from target_program not from my_program
Stuart