mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Update the comment based help
This commit is contained in:
@ -2,8 +2,9 @@
|
||||
.SYNOPSIS
|
||||
Lists the submodules of a Git repository
|
||||
.DESCRIPTION
|
||||
list-submodules.ps1 [<RepoDir>]
|
||||
<RepoDir> is the path to the repository (current working dir by default)
|
||||
This script lists the submodules of the given Git repository.
|
||||
.PARAMETER RepoDir
|
||||
Specifies the path to the repository (current working dir by default)
|
||||
.EXAMPLE
|
||||
PS> ./list-submodules C:\MyRepo
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user