@rdhabalia With JCommander shouldn't it be able to handle boolean flags with default value to `true` ?
Eg. with : ```java protected boolean autoAck = true; ``` shouldn't be working to pass `--auto-ack=false` ? [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2496 ] This message was relayed via gitbox.apache.org for [email protected]
