Add -Location to Write-PSHTMLInclude #252
Labels
enhancement
New feature or request
HACKTOBERFEST
Issues that could be done by the community. These issues should be quick and easy to implement.
help wanted
Extra attention is needed
up-for-grabs
Milestone
In order to be able to filter on
Location
of the include file, the follwing things needs to be done:Include
toIncludeFile
IncludeFile
, toInclude
// The inheritence of the includes has been set in the wrong direction.
Location
to the (Newly renamed)Include
class. This propery can have the following values$Moduleroot\Includes\
$Scriptroot\Includes\
Write-PSHTMLinclude
calledLocation
. 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-Location
parameter.The text was updated successfully, but these errors were encountered: