dotnet / command-line-api

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

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

Open jeredm opened 5 years ago

jeredm commented 5 years ago

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.

jonsequitur commented 3 years ago

Related: #211