mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
dotnet-restore: add short/long options, fix example (#21005)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- Восстановить зависимости без кеширования HTTP-запросов:
|
||||
|
||||
`dotnet restore --no-cache`
|
||||
`dotnet restore --no-http-cache`
|
||||
|
||||
- Принудительно разрешать все зависимости, даже если предыдущее восстановление было успешным:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user