147 Main entry point into the application. |
147 Main entry point into the application. |
148 """ |
148 """ |
149 import getopt |
149 import getopt |
150 |
150 |
151 try: |
151 try: |
152 opts, args = getopt.getopt(sys.argv[1:], "c:ehio:Rrt:Vx:", |
152 opts, args = getopt.getopt( |
|
153 sys.argv[1:], "c:ehio:Rrt:Vx:", |
153 ["exclude=", "extension=", "help", "noindex", "noempty", "outdir=", |
154 ["exclude=", "extension=", "help", "noindex", "noempty", "outdir=", |
154 "recursive", "style-sheet=", "version", |
155 "recursive", "style-sheet=", "version", |
155 "exclude-file=", "eol=", |
156 "exclude-file=", "eol=", |
156 "body-color=", "body-background-color=", |
157 "body-color=", "body-background-color=", |
157 "l1header-color=", "l1header-background-color=", |
158 "l1header-color=", "l1header-background-color=", |