mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 23:51:18 +02:00
Updated the manuals
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
The *calculate-BMI.ps1* Script
|
||||
===========================
|
||||
PowerShell Script: *calculate-BMI.ps1*
|
||||
===================================
|
||||
|
||||
This PowerShell script calculates the BMI.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
```powershell
|
||||
/Repos/PowerShell/scripts/calculate-BMI.ps1 [<CommonParameters>]
|
||||
PS> ./calculate-BMI.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
@ -58,4 +58,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)*
|
||||
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)*
|
||||
|
Reference in New Issue
Block a user