mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-03 05:31:03 +02:00
Improve output of list-weather.ps1
This commit is contained in:
parent
dc2c377cd7
commit
67cb8ac816
@ -36,7 +36,7 @@ try {
|
||||
}
|
||||
$Day++
|
||||
}
|
||||
"$(($Hour.toString()).PadLeft(2))°° $(($Temp.toString()).PadLeft(2))° $($Precip)mm $($Humidity)% $(($WindSpeed.toString()).PadLeft(2))km/h $WindDir`tUV$($UV) $(($Clouds.toString()).PadLeft(2))% $($Pressure)hPa $Desc"
|
||||
"$(($Hour.toString()).PadLeft(2))°° $(($Temp.toString()).PadLeft(2))° $($Precip)mm $($Humidity)% $(($WindSpeed.toString()).PadLeft(2))km/h $WindDir`tUV$($UV) $(($Clouds.toString()).PadLeft(3))% $($Pressure)hPa $Desc"
|
||||
$Hour++
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user