diff textshaper/main.py @ 9:71fb16088d54

add file for indentation; wth did my work go??? :(
author Jeff Hammel <k0scist@gmail.com>
date Fri, 17 Jan 2014 18:17:59 -0800
parents 0a800613af9a
children 5b70bbff04b1
line wrap: on
line diff
--- a/textshaper/main.py	Sun Oct 20 18:07:06 2013 -0700
+++ b/textshaper/main.py	Fri Jan 17 18:17:59 2014 -0800
@@ -20,6 +20,10 @@
 def add_options(parser):
     """add options to the OptionParser instance"""
 
+    # TODO
+    #    parser.add_option('-c', '--clip', '--copy', dest='copy_to_clipboard',
+    #                  help="copy to given program on exit")
+
 def main(args=sys.argv[1:]):
 
     # parse command line options