epydoc CLI and many files

Sybren Stuvel sybrenUSE at YOURthirdtower.com.imagination
Mon Sep 5 09:31:13 EDT 2005


Laszlo Zsolt Nagy enlightened us with:
> I wrote a small program that lists all of my modules after the 
> cli. Something like this:
>
> cli.py  --html  --inheritance=grouped module1.py module2.py module3.py 
> ......
>
> The problem is that now I have so many modules that the shell
> (cmd.exe) cannot interpret this as a one command.

Edit cli.py to get the list of modules from a call to glob.glob() or
stdin, instead of the commandline.

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa



More information about the Python-list mailing list