dotnet/command-line-api

Add process to update .bash-profile for calling dotnet-suggest

Open

#219 opened on Sep 19, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (3,665 stars) (421 forks)auto 404
Area-Completionshelp wanted

Description

The process for adding the script for dotnet-suggest into the user's bash profile is manual. We should create a way to do this for the user. We discussed using something like dotnet-suggest --update-shell like npx's --update-shell-autofallback.

Contributor guide