This commit is contained in:
tidusjar 2018-02-16 21:59:09 +00:00
commit 7c61a3cc0e

View file

@ -28,6 +28,12 @@ namespace Ombi
{
host = o.Host;
storagePath = o.StoragePath;
}).WithNotParsed(err =>
{
foreach (var e in err)
{
Console.WriteLine(e);
}
});
Console.WriteLine(HelpOutput(result));