Skip to content

Commit 93b0f38

Browse files
author
gsnow
committed
Merge branch 'feat-r1b' into 'main'
📝 docs: Update Documentation. See merge request powershell/commitfusion!3
2 parents ab88cfb + c7219c0 commit 93b0f38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
git clone https://github.com/sgkens/commitfusion.git
1212
cd commitfusion
1313
Import-Module -Name commitfusion
14+
Get-Module -Name CommitFustion
15+
16+
# Check imported Module Functions
17+
Get-Module -Name commitfusion | Select-Object -expand ExportedFunctions
18+
Get-Module -Name commitfusion | select-object version
1419
```
1520

1621
### 💼 Releases

0 commit comments

Comments
 (0)