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 ba74cc5 commit 8f83136Copy full SHA for 8f83136
src/instrumentman/__init__.py
@@ -1,4 +1,4 @@
1
-from click_extra import extra_group
+from click_extra import extra_group, version_option
2
3
try:
4
from ._version import __version__ as __version__
@@ -14,6 +14,7 @@
14
15
16
@extra_group("iman", params=None) # type: ignore[misc]
17
+@version_option()
18
def cli() -> None:
19
"""Automated measurement programs and related utilities for surveying
20
instruments."""
0 commit comments