fix: close application for not parsed arguments
1 files changed, 3 insertions(+), 0 deletions(-) M NostaleGfless.Example/Program.cs
M NostaleGfless.Example/Program.cs => NostaleGfless.Example/Program.cs +3 -0
@@ 86,6 86,9 @@ namespace NostaleGfless.Example } ewh.Set(); + }).WithNotParsed((err) => + { + ewh.Set(); }); ewh.WaitOne();