feat(dotnet): add `restore` alias (#13146)

master
Yunus Emre Akbalık 1 year ago committed by GitHub
parent 658240f498
commit 95ef251669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      plugins/dotnet/README.md
  2. 1
      plugins/dotnet/dotnet.plugin.zsh

@ -23,3 +23,4 @@ plugins=(... dotnet)
| dp | dotnet pack | Create a NuGet package. |
| dng | dotnet nuget | Provides additional NuGet commands. |
| db | dotnet build | Build a .NET project |
| dres | dotnet restore | Restore dependencies and project-specific tools for a project. |

@ -24,3 +24,4 @@ alias da='dotnet add'
alias dp='dotnet pack'
alias dng='dotnet nuget'
alias db='dotnet build'
alias dres='dotnet restore'

Loading…
Cancel
Save