changeset 7998:851ddd72f9ce

issue2550983 - help_commands_html unused Make the command htmlhelp trigger the command. The output is ugly however. But clean this up and we could generate html docs for the current admin.py version replacing existing docs similar to how the doc is now done for config.ini.
author John Rouillard <rouilj@ieee.org>
date Sun, 26 May 2024 00:33:43 -0400
parents 85a40d799e0c
children 310e19beba3e
files roundup/admin.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/admin.py	Sat May 25 23:57:34 2024 -0400
+++ b/roundup/admin.py	Sun May 26 00:33:43 2024 -0400
@@ -2195,6 +2195,10 @@
             self.help_all()
             return 0
 
+        if command == 'htmlhelp':
+            self.help_commands_html()
+            return 0
+
         # figure what the command is
         try:
             functions = self.commands.get(command)

Roundup Issue Tracker: http://roundup-tracker.org/