mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Improve the done output
This commit is contained in:
@ -41,7 +41,7 @@ try {
|
||||
$Address = read-host "Enter IPv6 address to validate"
|
||||
}
|
||||
if (IsIPv6AddressValid $Address) {
|
||||
write-host -foregroundColor green "OK - IPv6 address $Address is valid"
|
||||
"✔️ IPv6 address $Address is valid"
|
||||
exit 0
|
||||
} else {
|
||||
write-warning "Invalid IPv6 address: $Address"
|
||||
|
Reference in New Issue
Block a user