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: scripts/src/main/resources/scripts/command/help
+3
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ else
41
41
then
42
42
echo"devon help <command>"
43
43
echo"Print help for <command>"
44
+
echo
45
+
echo"Options:"
46
+
echo" -v | --version print the version of your devon script installed globally in your users home directory. This is not the version of your devonfw-ide installation that can be found above below the logo in green!"
44
47
else
45
48
doDevonCommand "${1}"help
46
49
if [ -f"${DEVON_IDE_HOME}/ide-mirrors/${1}/available-versions" ]
0 commit comments