mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Improve the .Example section
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
.EXAMPLE
|
||||
PS> ./list-ascii-table.ps1
|
||||
|
||||
ASCII TABLE
|
||||
Dec Oct Hex HTML Symbol Description
|
||||
--- --- --- ---- ------ -----------
|
||||
0 000 00 � NUL Null character
|
||||
@ -17,8 +16,6 @@
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
""
|
||||
Write-Host "ASCII TABLE" -foregroundColor green
|
||||
""
|
||||
"Dec Oct Hex Binary HTML Symbol Description"
|
||||
"--- --- --- ------ ---- ------ -----------"
|
||||
@ -62,4 +59,4 @@ Write-Host "ASCII TABLE" -foregroundColor green
|
||||
" 37 045 25 00100101 % % Percent"
|
||||
" 38 046 26 00100110 & & Ampersand"
|
||||
" 39 047 27 00100111 ' ' Single quote"
|
||||
exit 0 # success
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user