Re: [Tutor] Handling missing positional arguments

2009-11-20 Thread Geoff Dutton
On Fri, Nov 20, 2009 at 5:03 AM, Kent Johnson wrote: > On Thu, Nov 19, 2009 at 5:47 PM, Geoff Dutton > wrote: > > Do you have recommendations for handling missing positional arguments? > I'm > > a huge fan of OptionParser module and use it in several programs to > handle > > options, but there m

Re: [Tutor] Handling missing positional arguments

2009-11-20 Thread Kent Johnson
On Thu, Nov 19, 2009 at 5:47 PM, Geoff Dutton wrote: > Do you have recommendations for handling missing positional arguments?  I'm > a huge fan of OptionParser module and use it in several programs to handle > options, but there must be an eligant way of handling missing arguments and > alerting t

[Tutor] Handling missing positional arguments

2009-11-19 Thread Geoff Dutton
Hi Group, I have been following the Tutor group for awhile but this is my first post Do you have recommendations for handling missing positional arguments? I'm a huge fan of OptionParser module and use it in several programs to handle options, but there must be an eligant way of handling mis