-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Issue-EnhancementIssue is more of a feature request than a bugIssue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-Won't FixThe issue won't be fixed, possibly due to compatibility reason.The issue won't be fixed, possibly due to compatibility reason.platyps-0.14.2
Milestone
Description
Summary of the new feature / enhancement
If a module does not export any commands then New-MarkdownHelp
throws $LocalizedData.ModuleNotFound
.
A clearer error could be thrown.
Proposed technical implementation details (optional)
Reference to platyPS.psm1
line 277. GetCommands
will return a measurable object.
$cmds = GetCommands ...
if ($cmds.Count -eq 0) { throw "New error" }
elseif (-not $cmds) { #line279 }
SamErde
Metadata
Metadata
Assignees
Labels
Issue-EnhancementIssue is more of a feature request than a bugIssue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-Won't FixThe issue won't be fixed, possibly due to compatibility reason.The issue won't be fixed, possibly due to compatibility reason.platyps-0.14.2