MakovWait / godots

🚀Ultimate go-to hub for managing your Godot versions and projects! 🚀
MIT License
352 stars 29 forks source link

Add godots cli open command. #28

Closed artsich closed 1 year ago

artsich commented 1 year ago

Example of usage Godots.exe --headless -open=4.1.1 -- --path "C:/Users/cli-godot-example" "C:/cli-godot-example/main.tscn" -- -game_arg true

SeremTitus commented 1 year ago

@JillyMan, can you consider adding Godots cli argument -recent which is a shorthand for the last path project opened such that something like Godots.exe -recent will open the last project opened using Godots.

Am not sure this proposal is in the scope of your commit ,however, any response will be appreciated

artsich commented 1 year ago

@JillyMan, can you consider adding Godots cli argument -recent which is a shorthand for the last path project opened such that something like Godots.exe -recent will open the last project opened using Godots.

Am not sure this proposal is in the scope of your commit ,however, any response will be appreciated

Hi @SeremTitus I'm fine with this cli argument. Will do it in separate PR.