Extend cli command
Adding a new Parameter for CLI starting.
Reason: I use different Engine Versions, latest Stable and latest Dev / RC for example
I am using the self contained mode with the ._sc_file in the engine directory. See: https://docs.godotengine.org/en/4.3/tutorials/io/data_paths.html#self-contained-mode
With this addition it is possible to get different project list --projects-file-path [PathToEngine]\editor_date\projects.cfg
I have used latest Dev 4.4. dev6 version
Project list is only useful for graphical mode, so It might be more useful to have a button that changes project list path. Also it would be nice if 4.4 upgrade wasn't included here .-.
Project list is only useful for graphical mode, so It might be more useful to have a button that changes project list path.
I try to integrate as button too. I think the parameter can be usefull for Desktop Shortcut for different engine directorys
Also it would be nice if 4.4 upgrade wasn't included here .-.
~~I will create a new PR without 4.4~~ New PR: #22
Superseded by d31f2e244c01eee6e495b4574d1060ec91816cd6 Thanks for the contribution.