Proper handling of command line flags

Issue #67 resolved
Luke Horsley repo owner created an issue

Ensure that when using flags in NDesk.Options boolean flags can correct be unset, i.e.

{ "d|debug", v => launchDebugger = v != null }

See http://www.ndesk.org/Options

Comments (1)

  1. Log in to comment