This CLI only has 3 commands:
city- save the city for your instance of the CLI. Use it like:city Londonforecast- Check the 1 week forecast for a city, saved or otherwise. Use it like this:forecast *[city]the argument city is optional and this function also has the--verboseoptioncurrent- Check the current weather for a city, saved or otherwise. Just likeforecast, use it like this:current *[city]Again, the argument*[city]is optional and it has the--verboseoption.