Skip to content

v0.12.3

Compare
Choose a tag to compare
@dscbot dscbot released this 01 Jun 13:50
b451007

[v0.12.3]

Fixed

  • Generate_Markdown_For_Public_Commands.build
    • Now the task will not try to generate markdown if the module does not
      have any publicly exported commands (issue #135).
    • Now has error handling if the script that is called using the call
      operator & fails.
      Generate_External_Help_File_For_Public_Commands
    • Now the task will not fail if there are no extern help file generated,
      which is the case for modules that does not have any publicly exported
      commands (issue #135).
    • Now has error handling if the script that is called using the call
      operator & fails.