zig-cli icon indicating copy to clipboard operation
zig-cli copied to clipboard

Enable default true for boolean flags

Open sam701 opened this issue 3 years ago • 0 comments

Currently there is no way to unset a boolean flag with the default value true, e.g. --bool. It should be something like --bool=true or --bool false.

sam701 avatar Jul 15 '22 21:07 sam701