This PR updates docs to clarify Click’s flag special-case: for is_flag=True options with flag_value, default=True means “activated by default” and therefore defaults to flag_value. For negative boolean flags, prefer the --foo/--no-foo pattern. #3255
Loading