dotnet / command-line-api

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

Completions subsystem #2380

Open KathleenDollard opened 5 months ago

KathleenDollard commented 5 months ago

The completion subsystem will provide tab completions based on parsing what the user has entered so far.

Keboo commented 4 months ago

WIP for this is here: https://github.com/KathleenDollard/command-line-api/tree/powerderhouse-completions