zig-cli
zig-cli copied to clipboard
Enable default true for boolean flags
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.