Skip to content

Commit

Permalink
feat: Adding PSModuleInfo FindExtensions (Fixes #583)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 11, 2023
1 parent 53fbed0 commit e84c4e1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/System/Management/Automation/PSModuleInfo/FindExtensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
System.Management.Automation.PSModuleInfo.FindExtensions()
----------------------------------------------------------




### Synopsis
Finds extensions for a module



---


### Description

Finds extended commands for a module.



---


### Examples
> EXAMPLE 1
```PowerShell
(Get-Module PipeScript).FindExtensions((Get-Module PipeScript | Split-Path))
```


---

0 comments on commit e84c4e1

Please sign in to comment.