Python command line arguments

Lucent Plum posted an annotated arguments class that uses the getopt and sys modules to parse command line options (including -s and –long forms).

Great example code.

Leave a Reply