command-line-api icon indicating copy to clipboard operation
command-line-api copied to clipboard

dotnet-suggest

Open KathleenDollard opened this issue 1 year ago • 1 comments

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.

KathleenDollard avatar Apr 17 '24 23:04 KathleenDollard

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.

MarcusWichelmann avatar Jun 09 '24 17:06 MarcusWichelmann