mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Update the manual pages
This commit is contained in:
@ -25,7 +25,7 @@ PS> ./count-lines-of-code.ps1 [[-Folder] <String>] [<CommonParameters>]
|
||||
Example
|
||||
-------
|
||||
```powershell
|
||||
PS> ./count-lines-of-code .
|
||||
PS> ./count-lines-of-code.ps1 .
|
||||
⏳ Counting lines at 📂C:\PowerShell\Scripts ...
|
||||
✔️ 📂Scripts contains 15287 lines of code in 485 files (took 1 sec)
|
||||
|
||||
@ -50,7 +50,7 @@ Script Content
|
||||
.PARAMETER Folder
|
||||
Specifies the path to the folder
|
||||
.EXAMPLE
|
||||
PS> ./count-lines-of-code .
|
||||
PS> ./count-lines-of-code.ps1 .
|
||||
⏳ Counting lines at 📂C:\PowerShell\Scripts ...
|
||||
✔️ 📂Scripts contains 15287 lines of code in 485 files (took 1 sec)
|
||||
.LINK
|
||||
@ -85,4 +85,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1 as of 08/06/2023 11:42:27)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1 as of 08/06/2023 21:36:07)*
|
||||
|
Reference in New Issue
Block a user