ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor
MIT License
447 stars 37 forks source link

feat: command line options for open an existing project and creating a new one #152

Closed brmassa closed 2 months ago

brmassa commented 2 months ago

151

Open and Create project commands


During development, one could run dotnet CLI using

dotnet run --project Prowl.Editor/ -- open --project PATH

or

dotnet run --project Prowl.Editor/ -- --project PATH