Update manuals

This commit is contained in:
Markus Fleschutz
2021-10-16 12:02:47 +02:00
parent 4ca038db30
commit 09aa1fee33
35 changed files with 125 additions and 50 deletions

View File

@ -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