This is a demo CLI application that can be installed as a dotnet
global tool.
dotnet pack
dotnet tool install --global --add-source ./nupkg weather
weather --help # get help
weather current --help # help for the current weather cmd
weather forecast --help # help for the weather forecast cmd