Improve the .Example section

This commit is contained in:
Markus Fleschutz
2023-08-06 21:35:36 +02:00
parent 18e4f20852
commit fa9d43b715
244 changed files with 457 additions and 433 deletions

View File

@ -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