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.
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.