FIXED: Re: optparse multiple arguments
Ritesh Raj Sarraf
riteshsarraf at gmail.com
Fri Jun 30 06:51:10 EDT 2006
Fredrik Lundh wrote:
> Ritesh Raj Sarraf wrote:
>
> >> http://docs.python.org/lib/optparse-standard-option-actions.html
> >
> > That won't help because by design of my program, I can't limit the
> > number of arguments a user can pass to it.
>
> do you want options, arguments, or are you just somewhat confused ?
>
> </F>
I'm not sure about that.
My program will accept user input. The user can input multiple
arguments. maybe 1 or maybe 100, that's not definite. I do need option
because this particular (multiple) argument criteria is for one single
option.
Thanks,
Ritesh
More information about the Python-list
mailing list