i'm trying to open a project.godot from the terminal, but all attempts opens directly into the project manager, which i didn't want at all
i tried (from the directory where project.godot is):
godot3 project.godot
godot3 -e project.godot
(i tried them after reading what "godot3 --help" shows in the terminal)
both throws us to the project manager instead of opening directly to the opened project
so i guess i'm doing something wrong?
the version of Godot i'm trying in this case is the newest available from Ubuntu's 19.10 repository (i have other versions "installed" at /opt/godot/ , they are behaving exactly the same way)