mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-09 05:31:50 +08:00
feat(dotnet): add restore alias (#13146)
This commit is contained in:
@@ -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. |
|
||||
Reference in New Issue
Block a user