mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 07:38:15 +02:00
Update manuals
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
## list-submodules.ps1 - Lists the submodules of a Git repository
|
||||
|
||||
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.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
list-submodules.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
|
||||
-RepoDir <String>
|
||||
Specifies the path to the repository (current working dir by default)
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
|
Reference in New Issue
Block a user