diff numerics/manipulate.py @ 61:82a18c9337c3

more stubbing
author Jeff Hammel <k0scist@gmail.com>
date Thu, 22 Jan 2015 13:41:19 -0800
parents e3c3ee7b5ccf
children 895ad896023a
line wrap: on
line diff
--- a/numerics/manipulate.py	Thu Jan 22 13:33:56 2015 -0800
+++ b/numerics/manipulate.py	Thu Jan 22 13:41:19 2015 -0800
@@ -40,6 +40,10 @@
 
     if options.list_entries:
         raise NotImplementedError('TODO') # -> record TODO items
+    else:
+        # print help
+        print (parser.help())
+        parser.exit()
 
 if __name__ == '__main__':
     main()