Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate markdown documentation for module help #55

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aldrichtr
Copy link
Owner

@aldrichtr aldrichtr commented Oct 31, 2023

labels

  • [docs]
  • +feature
  • sp03

# The name of the external file
[Parameter(
)]
[string]$HelpFile

Check warning

Code scanning / PSScriptAnalyzer

The parameter 'HelpFile' has been declared but not used. Warning

The parameter 'HelpFile' has been declared but not used.
)
begin {
Write-Debug "`n$('-' * 80)`n-- Begin $($MyInvocation.MyCommand.Name)`n$('-' * 80)"
$keywords = @('.SYNOPSIS', '.DESCRIPTION', '.EXAMPLE', '.NOTES')

Check warning

Code scanning / PSScriptAnalyzer

The variable 'keywords' is assigned but never used. Warning

The variable 'keywords' is assigned but never used.
Base automatically changed from release/v0.1.2 to main November 14, 2023 16:19
@aldrichtr aldrichtr force-pushed the doc/generate-markdown-docs branch from ed96c12 to 8b59fb6 Compare November 24, 2023 23:53
@aldrichtr aldrichtr force-pushed the doc/generate-markdown-docs branch 3 times, most recently from 571400b to 9721ce7 Compare December 20, 2023 16:49
@aldrichtr aldrichtr force-pushed the doc/generate-markdown-docs branch 2 times, most recently from f1083b0 to 79167fa Compare December 28, 2023 20:58
@aldrichtr aldrichtr force-pushed the doc/generate-markdown-docs branch from 79167fa to 852708a Compare February 20, 2024 15:39
@aldrichtr aldrichtr force-pushed the doc/generate-markdown-docs branch from 852708a to 8fba229 Compare February 23, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant