Update CommandLineParser. Refactor some code to make it work.

This commit is contained in:
Pieter-Jan Briers
2019-08-27 21:46:57 +02:00
parent 366d0ab2d5
commit dd7159eec0
15 changed files with 86 additions and 120 deletions

View File

@@ -11,6 +11,10 @@ namespace Robust.UnitTesting
{
}
public void SetCommandLineArgs(CommandLineArgs args)
{
}
public bool LoadConfigAndUserData { get; set; } = true;
public void Startup()