Re: extending optionparser to accept multiple comma delimited input for one arg

2009-11-27 Thread Terry Reedy
cmptrwhz wrote: On Nov 27, 2:33 am, Peter Otten <__pete...@web.de> wrote: If you had problems understanding the documentation perhaps you can suggest an improvement. Peter First I would like to thank you very much for the quick and concise answer this is very clear to me as to what I need to d

Re: extending optionparser to accept multiple comma delimited input for one arg

2009-11-27 Thread cmptrwhz
On Nov 27, 2:33 am, Peter Otten <__pete...@web.de> wrote: > > If you had problems understanding the documentation perhaps you can suggest > an improvement. > > Peter First I would like to thank you very much for the quick and concise answer this is very clear to me as to what I need to do now. Than

Re: extending optionparser to accept multiple comma delimited input for one arg

2009-11-27 Thread Peter Otten
cmptrwhz wrote: > I have read the manual first of all :). on using optionparser for the > input of command line arguments and inputs. I understand everything > there was in the manual except how to extend the parser to accept a > multiple list of input that is comma delimited > > for exampl