mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Should fix #1975
This commit is contained in:
parent
a5d83ed8d8
commit
7c61a3cc0e
1 changed files with 6 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue