An experiment to build a minimal, performant, AOT compliant, command line parser to later be used as the base for Spectre.Console.Cli
Based on and inspired by the fantastic System.CommandLine.
Note
Not at all usable in the current state
We're using Cake as a dotnet tool for building. So make sure that you've restored Cake by running the following in the repository root:
> dotnet tool restore
After that, running the build is as easy as writing:
> dotnet cake
Copyright Patrik Svensson