Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.65 KB

File metadata and controls

26 lines (14 loc) · 1.65 KB

dotnet-suggest

Command line apps built using System.CommandLine have built-in support for tab completion.

t-rex-suggestions

On the machine where you'd like to enable completion, you'll need to do two things.

  1. Install the dotnet-suggest global tool:

    Nuget

  2. Add the appropriate shim script to your shell profile. You may have to create a shell profile file. The shim script will forward completion requests from your shell to the dotnet-suggest tool, which delegates to the appropriate System.CommandLine-based app.

> echo $profile

(For other shells, please look for or open an issue.)