devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
7 stars 18 forks source link

ide output outside of an IDEasy installation #400

Open mvomiero opened 2 weeks ago

mvomiero commented 2 weeks ago

Expected behavior

As a IDEasy user, if I type ide outside of an IDEasy installation, I should get an informative output like:

$ ide
You are not inside an IDEasy installation: /d/projects

Actual behavior

This is the current output:

$ ide
IDE_ROOT is not set or not a valid directory.

Steps to reproduce the bug

run ide outside of an IDEasy installation

Related bugs

323