You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/src/main/resources/nls/Help.properties
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@ cmd.shell.detail=The interactive shell offers console users a new user experienc
103
103
cmd.sonar=Tool commandlet for SonarQube.
104
104
cmd.sonar.detail=SonarQube is a platform for continuous inspection of code quality. Detailed documentation can be found at https://docs.sonarqube.org/
105
105
cmd.sonar.val.command=Action to perform (START|STOP|ANALYZE)
106
+
cmd.spring=Tool commandlet for Spring-Boot-CLI.
107
+
cmd.spring.detail=Spring Boot is an extension of the Spring framework that simplifies the initial configuration of Spring applications. Detailed documentation can be found at https://spring.io/projects/spring-boot
106
108
cmd.status=Prints the status report about your IDEasy.
107
109
cmd.status.detail=To check your IDE-status (e.g. duplicated or legacy variables) as well as potential information about updates to settings you should apply\nwith ide update, run the following command: 'ide status'.
Copy file name to clipboardExpand all lines: cli/src/main/resources/nls/Help_de.properties
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@ cmd.shell.detail=Die integrierte Shell bietet Konsolenbenutzer*Innen eine neue B
103
103
cmd.sonar=Werkzeug Kommando für SonarQube.
104
104
cmd.sonar.detail=SonarQube ist eine Plattform für die kontinuierliche Code-Qualitätsprüfung. Detaillierte Dokumentation ist zu finden unter https://docs.sonarqube.org/
cmd.spring.detail=Spring Boot ist eine Erweiterung des Spring frameworks das die initiale Konfiguration von Spring Anwendungen vereinfacht. Detaillierte Dokumentation ist zu finden unter https://spring.io/projects/spring-boot
106
108
cmd.status=Gibt einen Statusbericht über IDEasy aus
107
109
cmd.status.detail=Um den Status Ihrer IDE zu überprüfen (z.B. doppelte oder veraltete Variablen) sowie potenzielle Informationen über Updates zu den Einstellungen,\ndie Sie mit dem Befehl 'ide update' anwenden sollten, führen Sie den folgenden Befehl aus: 'ide status'.
0 commit comments