dotnet-restore: add short/long options, fix example (#21005)

This commit is contained in:
Nelson Figueroa
2026-02-05 14:17:05 +02:00
committed by GitHub
parent cc918ee3d1
commit 936fb48680
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
- Restaura dependencias sin almacenar las solicitudes HTTP en caché:
`dotnet restore --no-cache`
`dotnet restore --no-http-cache`
- Obliga a todas las dependencias a ser resueltas incluso si la última restauración fue exitosa:
@@ -25,4 +25,4 @@
- Restaura dependencias con un nivel específico de verbosidad:
`dotnet restore --verbosity {{quiet|minimal|normal|detailed|diagnostic}}`
`dotnet restore {{[-v|--verbosity]}} {{quiet|minimal|normal|detailed|diagnostic}}`
+2 -2
View File
@@ -13,7 +13,7 @@
- HTTP 요청을 캐시하지 않고 의존성 복원:
`dotnet restore --no-cache`
`dotnet restore --no-http-cache`
- 마지막 복원이 성공했더라도 모든 의존성을 강제로 해결:
@@ -25,4 +25,4 @@
- 특정 상세 수준으로 의존성 복원:
`dotnet restore --verbosity {{quiet|minimal|normal|detailed|diagnostic}}`
`dotnet restore {{[-v|--verbosity]}} {{quiet|minimal|normal|detailed|diagnostic}}`
+2 -2
View File
@@ -13,7 +13,7 @@
- Przywróć zależnośći pomijając cache zapytań HTTP:
`dotnet restore --no-cache`
`dotnet restore --no-http-cache`
- Wymuś rozwiązanie wszystkich zależności nawet jeśli poprzednie przywracanie zakończyło się sukcesem:
@@ -25,4 +25,4 @@
- Przywróć zależności z wybranym poziomem szczegółowości logów:
`dotnet restore --verbosity {{quiet|minimal|normal|detailed|diagnostic}}`
`dotnet restore {{[-v|--verbosity]}} {{quiet|minimal|normal|detailed|diagnostic}}`
+1 -1
View File
@@ -13,7 +13,7 @@
- Восстановить зависимости без кеширования HTTP-запросов:
`dotnet restore --no-cache`
`dotnet restore --no-http-cache`
- Принудительно разрешать все зависимости, даже если предыдущее восстановление было успешным:
+1 -1
View File
@@ -13,7 +13,7 @@
- Restore dependencies without caching the HTTP requests:
`dotnet restore --no-cache`
`dotnet restore --no-http-cache`
- Force all dependencies to be resolved even if the last restore was successful: