We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b23965 commit 3fd27d4Copy full SHA for 3fd27d4
packages/plugin/src/robotcode/plugin/click_helper/types.py
@@ -26,7 +26,7 @@ class EnumChoice(click.Choice, Generic[T]):
26
def __init__(
27
self,
28
choices: Type[T],
29
- case_sensitive: bool = True,
+ case_sensitive: bool = False,
30
excluded: Optional[Set[T]] = None,
31
) -> None:
32
super().__init__(
0 commit comments