-
Notifications
You must be signed in to change notification settings - Fork 42
Add -Location to Write-PSHTMLInclude #252
Copy link
Copy link
Open
Labels
HACKTOBERFESTIssues that could be done by the community. These issues should be quick and easy to implement.Issues that could be done by the community. These issues should be quick and easy to implement.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededup-for-grabs
Milestone
Metadata
Metadata
Assignees
Labels
HACKTOBERFESTIssues that could be done by the community. These issues should be quick and easy to implement.Issues that could be done by the community. These issues should be quick and easy to implement.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededup-for-grabs
In order to be able to filter on
Locationof the include file, the follwing things needs to be done:IncludetoIncludeFileIncludeFile, toInclude// The inheritence of the includes has been set in the wrong direction.
Locationto the (Newly renamed)Includeclass. This propery can have the following values$Moduleroot\Includes\$Scriptroot\Includes\Write-PSHTMLincludecalledLocation. The dynamic parameters of the function should sort things out, and only display the includes from a particular location if one is specified in the-Locationparameter.