Add -testplugin commandline switch

This commit is contained in:
Brant Martin
2019-07-15 11:10:10 -04:00
parent 983aff2091
commit f15139e907
3 changed files with 41 additions and 6 deletions

View File

@@ -117,6 +117,10 @@ namespace Torch.Server
[Arg("console", "Keeps a separate console window open after the main UI loads.")]
public bool IndependentConsole { get; set; } = false;
[XmlIgnore]
[Arg("testplugin", "Path to a plugin to debug. For development use only.")]
public string TestPlugin { get; set; }
[XmlIgnore]
private string _path;