MakovWait / godots

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

Add editor run command #41

Closed artsich closed 11 months ago

artsich commented 11 months ago

Usage:

There are two forms of the flag --name | -n

godots --headless editor run --name 4.1.1 -- <editor args>

godots --headless editor run -n 4.1.1 -- <editor args>

godots --headless editor run --name 4.1.1 -- <editor_args> -- <game_args>