Skip to content

Commit

Permalink
Merge branch 'fix-argumentnull-help'
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos committed Oct 27, 2019
2 parents ec8ff36 + f2b556f commit c598c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,12 @@ private static void Main(string[] args)
{
Console.CancelKeyPress += RequestApplicationClose;
var opts = Parser.Default.ParseArguments<Options>(args).WithParsed(Configure);
LoadAlreadyAnalyzed();

if (!configured)
return;

LoadAlreadyAnalyzed();

if (runOnSet)
{
RunOnSet().Wait();
Expand Down

0 comments on commit c598c5b

Please sign in to comment.