mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 00:46:30 +02:00
Update the comment based help
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
## write-vertical.ps1 - Writes text in vertical direction
|
||||
|
||||
write-vertical.ps1 [<text>]
|
||||
This script writes text in vertical direction.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
write-vertical.ps1 [[-text] <String>] [<CommonParameters>]
|
||||
|
||||
-text <String>
|
||||
Specifies the text to write
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
|
Reference in New Issue
Block a user