how to do -vv for very verbose?

Hari Sekhon sekhon.hari at googlemail.com
Tue Jun 27 09:19:15 EDT 2006


Fredrik Lundh wrote:
> Hari Sekhon wrote:
>
>   
>> I'm using optparse.Optionparser to take switches for a script I'm
>> writing, but I can't see how to give it -vv for very verbose.
>>
>> the option for -v is simply set to True by the option parser if present,
>> whereas I really want a numeric value, 1 if there is -v and 2 if there
>> is -vv.
>>     
>
> action="count" ?
>
> </F> 
>
>
>
>   
yeah, I realised this just after I sent it, sort it out.

Thanks.


-h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060627/23b06670/attachment.html>


More information about the Python-list mailing list