Skip to content

Commit eab6579

Browse files
committed
refactor: add is_eager argument to version_callback (#106)
Fixes #41
1 parent 648a617 commit eab6579

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/re3data/_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def callback(
4545
"-V",
4646
help="Show python-re3data version and exit.",
4747
callback=_version_callback,
48+
is_eager=True,
4849
),
4950
] = False,
5051
) -> None:

0 commit comments

Comments
 (0)