$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-11-22 07:43:41
Merrill Cornish wrote:
> Pedro,
>
> graph_file is a positional parameter. So should it be added to the
> option_description list?
Yes, how else would you specify the type of the value?
positional_options_description only specifies translation from position on
the command line to option name, the option still has to be registered.
I've added a warning to the docs.
- Volodya