Currently when I enter invalid options or omit positional arguments, argparse kicks me back to the prompt and displays the usage for my app. This is ok, but I would rather automatically display the full help listing (that explains the options, etc) than require the user to type

./myscript.py -h

Thanks!

Jamie

link|improve this question
see also this SO question for more info: [stackoverflow.com/questions/4042452][1] [1]: stackoverflow.com/questions/4042452 – Dwaalspoor98 Feb 21 at 9:19
feedback

1 Answer

up vote 3 down vote accepted

This thread over at Google groups might help.

http://groups.google.com/group/argparse-users/browse_thread/thread/2dacd5fed110bd0c?pli=1

link|improve this answer
That worked perfectly!! Thanks :) – jpswain.w Sep 3 '10 at 17:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.