Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58c4423

Browse files
authoredMar 30, 2021
Add HelpInfoUri (#1651)
1 parent 33d9278 commit 58c4423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Engine/PSScriptAnalyzer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PrivateData = @{
9191
}
9292

9393
# HelpInfo URI of this module
94-
# HelpInfoURI = ''
94+
HelpInfoURI = 'https://aka.ms/ps-modules-help'
9595

9696
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
9797
# DefaultCommandPrefix = ''

0 commit comments

Comments
 (0)
Please sign in to comment.