Hi. Please tell me if there is support for commands and subcommands as in https://github.com/dotnet/command-line-api? That is, the ability to parse arguments of the form: ``` dotnet restore dotnet build -c Release dotnet tool install dotnet tool uninstall ```