arguably
arguably copied to clipboard
Both positive and negative boolean flags
There could be reasons to make a boolean input either be required, or optional as with a bool | None
typed parameter. In that case it could be helpful to have the option to handle bools as --flag/--no-flag
.