Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 01b8e02

Browse files
committed
Add help for list-sdks and list-runtimes
1 parent b9457c0 commit 01b8e02

17 files changed

+150
-0
lines changed

src/dotnet/commands/dotnet-help/HelpUsageText.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ internal static class HelpUsageText
3939
sdk-options:
4040
--version {LocalizableStrings.SDKVersionCommandDefinition}
4141
--info {LocalizableStrings.SDKInfoCommandDefinition}
42+
--list-sdks {LocalizableStrings.SDKListSdksCommandDefinition}
43+
--list-runtimes {LocalizableStrings.SDKListRuntimesCommandDefinition}
4244
-d|--diagnostics {LocalizableStrings.SDKDiagnosticsCommandDefinition}
4345
4446
runtime-options:

src/dotnet/commands/dotnet-help/LocalizableStrings.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@
237237
<data name="SDKInfoCommandDefinition" xml:space="preserve">
238238
<value>Display .NET Core information.</value>
239239
</data>
240+
<data name="SDKListSdksCommandDefinition" xml:space="preserve">
241+
<value>Display the installed SDKs.</value>
242+
</data>
243+
<data name="SDKListRuntimesCommandDefinition" xml:space="preserve">
244+
<value>Display the installed runtimes.</value>
245+
</data>
240246
<data name="SDKDiagnosticsCommandDefinition" xml:space="preserve">
241247
<value>Enable diagnostic output.</value>
242248
</data>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">Zobrazí informace o rozhraní .NET Core.</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">Povolí diagnostický výstup.</target>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.de.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">.NET Core-Informationen anzeigen.</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">Diagnoseausgabe aktivieren.</target>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">Muestra la información de .NET Core.</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">Habilita la salida de diagnóstico.</target>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">Affichez les informations sur .NET Core.</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">Activez la sortie des diagnostics.</target>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.it.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">Visualizza le informazioni su .NET Core.</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">Abilita l'output di diagnostica.</target>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ja.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">.NET Core 情報を表示します。</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">診断出力を有効にします。</target>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ko.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">.NET Core 정보를 표시합니다.</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">진단 출력을 사용합니다.</target>

src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pl.xlf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<target state="translated">Wyświetl informacje o programie .NET Core.</target>
198198
<note />
199199
</trans-unit>
200+
<trans-unit id="SDKListSdksCommandDefinition">
201+
<source>Display the installed SDKs.</source>
202+
<target state="new">Display the installed SDKs.</target>
203+
<note />
204+
</trans-unit>
205+
<trans-unit id="SDKListRuntimesCommandDefinition">
206+
<source>Display the installed runtimes.</source>
207+
<target state="new">Display the installed runtimes.</target>
208+
<note />
209+
</trans-unit>
200210
<trans-unit id="SDKDiagnosticsCommandDefinition">
201211
<source>Enable diagnostic output.</source>
202212
<target state="translated">Włącz diagnostyczne dane wyjściowe.</target>

0 commit comments

Comments
 (0)