Update the comment based help

This commit is contained in:
Markus Fleschutz
2021-10-15 23:09:08 +02:00
parent b8189c6ba4
commit ae5a828ec2
35 changed files with 90 additions and 52 deletions

View File

@ -3,8 +3,10 @@
Lists all branches in a Git repository
.DESCRIPTION
list-branches.ps1 [<RepoDir>] [<SearchPattern>]
<RepoDir> is the current working directory by default
<SearchPattern> is "*" (anything) by default
.PARAMETER RepoDir
Specifies the path to the Git repository (current working directory by default)
.PARAMETER SearchPattern
Specifies the search patter (anything by default)
.EXAMPLE
PS> ./list-branches
.NOTES