You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.