You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Show current weather and forecast in the terminal. Pass a city name as location, or omit to auto-detect from IP."
args = [
{ name = "location", type = "string", required = false, description = "City name to look up (e.g. 'Denver', 'San Francisco', 'Tokyo'). Append a country to disambiguate, e.g. 'São Paulo, Brazil'. Omit to auto-detect from your public IP." },
{ name = "forecast", type = "boolean", required = false, description = "Include a 7-day forecast in addition to current conditions." },
{ name = "units", type = "string", required = false, description = "Temperature/distance units: 'metric' (default, °C and km/h) or 'imperial' (°F and mph)." },