Documentation Index
Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
Use this file to discover all available pages before exploring further.
powershell/PSAvoidNullOrEmptyHelpMessageAttribute is a PSScriptAnalyzer diagnostic emitted by tally for PowerShell snippets embedded in Dockerfiles.
| Property | Value |
|---|---|
| Severity | Warning |
| Category | PSScriptAnalyzer |
| Auto-fix | No |
Description
The value of theHelpMessage attribute should not be an empty string or a null value as this
causes PowerShell’s interpreter to throw an error when executing the function or cmdlet.
How
Specify a value for theHelpMessage attribute.