We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648a617 commit eab6579Copy full SHA for eab6579
1 file changed
src/re3data/_cli.py
@@ -45,6 +45,7 @@ def callback(
45
"-V",
46
help="Show python-re3data version and exit.",
47
callback=_version_callback,
48
+ is_eager=True,
49
),
50
] = False,
51
) -> None:
0 commit comments