Overview of System.CommandLine and dotnet-suggest
mainThis repository provides the core libraries and tools for building command-line interfaces in .NET:
System.CommandLine: A library for command-line parsing, model binding, invocation, and shell completions.dotnet-suggest: A global tool designed to provide shell completions for applications built usingSystem.CommandLine.