ExportHelp

The command will export an auto-generated help file (Markdown) to the specified filename in currents console session (called state) path. If filename is not specified, it will be: “help.txt”.

Example:

ExportHelp filename="help.txt";open=True;onlyThisConsole=False;
  • open – will try to open the generated file with Notepad++
  • onlyThisConsole  – it will export only commands at the current level of class type, it will not include general console commands, available from AceCommandConsole and AceAdvancedConsole base classes.