-
Notifications
You must be signed in to change notification settings - Fork 159
Added SupportsWildcards attribute to New-ExternalHelp -Path. #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…this work, you will have to update/regenerate the .md files for that function.
|
Hi @juneb, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
|
Thank you, @juneb |
src/platyPS/platyPS.psm1
Outdated
| Position=1, | ||
| ValueFromPipeline=$true, | ||
| ValueFromPipelineByPropertyName=$true)] | ||
| ValueFromPipelineByPropertyName = $true)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line seems off. Is it because of mixing spaces and tabs?
|
@vors Is this ready to merge? |
|
@adityapatwardhan there are other places that needs to updates as well. I started that at |
vors
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are other places in the file with the $Path that should get the same update.
|
Suppressed by #281 |
To make this work, you will have to update/regenerate the .md files for that function.
This change is