how to do -vv for very verbose?

2008-07-17 Thread Thomaye
Create something else. There is no such thing as very verbose!!! There is only verbose or not verbose. **Get the scoop on last night's hottest shows and the live music scene in your area - Check out TourTracker.com! (http://www.tourtracker.com?NCID=aolmus0005000112) --

how to do -vv for very verbose?

2006-06-27 Thread Hari Sekhon
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. Any ideas on

Re: how to do -vv for very verbose?

2006-06-27 Thread Fredrik Lundh
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

Re: how to do -vv for very verbose?

2006-06-27 Thread Hari Sekhon
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,