configure
configure copied to clipboard
Implement kingpin.boolFlag for the BoolParam
Implement kingpin.boolFlag for the BoolParam to be able to pass boolean flags without the redundant 'true':
--foo
instead of
--foo=true