mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-09 01:25:04 +01:00
Update list-repos.ps1
This commit is contained in:
parent
eca4d1571f
commit
3753ef3b35
@ -1,6 +1,6 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
List Git repositories
|
||||
Lists Git repositories
|
||||
.DESCRIPTION
|
||||
This PowerShell script lists the details of all Git repositories in a folder.
|
||||
.PARAMETER ParentDir
|
||||
@ -49,4 +49,4 @@ try {
|
||||
} catch {
|
||||
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user