mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 22:17:17 +02:00
Update the comment based help
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
.SYNOPSIS
|
||||
Lists the details of all Git repositories in a folder
|
||||
.DESCRIPTION
|
||||
list-repos.ps1 [<ParentDir>]
|
||||
This script lists the details of all Git repositories in the given folder.
|
||||
.PARAMETER ParentDir
|
||||
Specifies the path to the parent folder.
|
||||
.EXAMPLE
|
||||
PS> ./list-repos C:\MyRepos
|
||||
|
||||
|
Reference in New Issue
Block a user