With all of the user build modules, there's no way it could ever be complete.
Bak - Sat Sep 03, 2005 12:13 pm
Post subject:
make a cmdman command that spits out all the commands and the cooresponding ?help info in html format
Cyan~Fire - Sat Sep 03, 2005 3:40 pm
Post subject:
Or perhaps even make it a command line option. I can see it now "asss --cmdhlp"!
D1st0rt - Mon Sep 05, 2005 1:33 pm
Post subject:
I would think it would most likely end up as a python script, since everything else of that nature seems to be one.
Cyan~Fire - Mon Sep 05, 2005 2:55 pm
Post subject:
You mean like in a module? That would be weird...
Dr Brain - Mon Sep 05, 2005 3:37 pm
Post subject:
Like a script. Take a look in the asss/scripts dir some time.
Cyan~Fire - Mon Sep 05, 2005 8:53 pm
Post subject:
Yes, but since the code for reading commands and their corresponding helps is already coded in asss why go through the trouble of making a complex python script to do it. (It's obviously not as easy as searching for "cfghelp:".)
Mr Ekted - Mon Sep 05, 2005 9:20 pm
Post subject:
My ASS accepts ?smell, ?fart, and ?shit, but denies ?penis.
Grelminar - Mon Sep 05, 2005 9:23 pm
Post subject:
The command list in the user guide is generated directly from the command help in the source code, by, yes, a python script. Neither that script, nor the userguide source code (in latex), are included in the standard distribution, though, which is why this fact isn't obvious.