command-line
command-line copied to clipboard
Declarative syntax for System.CommandLine via attributes for easy, fast, strongly-typed (no reflection) usage. Includes a source generator which automagically converts your classes to CLI commands and...
Is `System.CommandLine`'s completion support also exposed by this library? Specifically 2 AIs: * Support `.CommandLineBuilder UseSuggestDirective` ([description](https://learn.microsoft.com/en-us/dotnet/api/system.commandline.builder.commandlinebuilderextensions.usesuggestdirective?view=system-commandline#system-commandline-builder-commandlinebuilderextensions-usesuggestdirective(system-commandline-builder-commandlinebuilder))) for registering tool with `dotnet-suggest`.. * Generating list of completions at runtime, as...
Thanks for this great tool. When trying to use some built-in features in ```System.CommandLine``` like [response files](https://learn.microsoft.com/en-us/dotnet/standard/commandline/syntax?source=recommendations#response-files) example ``` app @file.rsp ``` i get error: ``` Unrecognized command or argument...