Add -new command line arg to create a new project
This commit is contained in:
@@ -134,6 +134,11 @@ public:
|
||||
/// </summary>
|
||||
String Project;
|
||||
|
||||
/// <summary>
|
||||
/// -new (generates the project files inside the specified project folder or uses current workspace folder)
|
||||
/// </summary>
|
||||
Nullable<bool> NewProject;
|
||||
|
||||
/// <summary>
|
||||
/// -genprojectfiles (generates the scripts project files)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user