mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
fix #195 - Unrecognized CLI options gives huge stacktrace
This commit is contained in:
parent
f2bc3f7b05
commit
1a2352d17f
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,11 @@ else
|
|||
stderr.writeln(e.msg);
|
||||
return 1;
|
||||
}
|
||||
catch (GetOptException e)
|
||||
{
|
||||
stderr.writeln(e.msg);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (muffin)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue