22 Nov
2005
22 Nov
'05
12:43 p.m.
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