fix #195 - Unrecognized CLI options gives huge stacktrace

This commit is contained in:
Basile Burg 2018-04-04 16:48:35 +02:00
parent f2bc3f7b05
commit 1a2352d17f
1 changed files with 5 additions and 0 deletions

View File

@ -104,6 +104,11 @@ else
stderr.writeln(e.msg);
return 1;
}
catch (GetOptException e)
{
stderr.writeln(e.msg);
return 1;
}
if (muffin)
{