Skip to content

Commit

Permalink
devonfw#826: Add version list&set to help
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahffm committed Sep 27, 2022
1 parent 0e5ace1 commit 6ca5b74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/src/main/resources/scripts/command/help
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ else
echo "Print help for <command>"
else
doDevonCommand "${1}" help
if [ -f "${DEVON_IDE_HOME}/ide-mirrors/${1}/available-versions" ]
then
echo " version list | set [«v»] list available versions or set a specific version «v»."
fi
echo
echo "Options:"
echo " -b | --batch run in non-interactive mode (do not ask any questions)."
echo " -q | --quiet be quiet and avoid output."
echo " -d | --debug be extra verbose and print more output for debugging."
Expand Down

0 comments on commit 6ca5b74

Please sign in to comment.