dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.35k stars 375 forks source link

dotnet-suggest #2381

Open KathleenDollard opened 2 months ago

KathleenDollard commented 2 months ago

dotnet-suggest is a separate project that supplies an entry point to a CLI application allowing common handling of the scripts required to do tab completion.

Jon thinks bringing this back on-line with tests is not an overly large effort.

MarcusWichelmann commented 4 weeks ago

Just a thought while stumbling about this in my current project that's based on System.CommandLine:

Would it be possible to not require a separate tool for this? Maybe a subcommand that I can add to my application using a nuget package? I'm building an AOT-compiled CLI tool which I plan to deploy as deb package to Linux package managers and the requirement for dotnet-suggest makes this very difficult.