Skip to content

Commit 8f83136

Browse files
committed
Added version option to iman root command
1 parent ba74cc5 commit 8f83136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/instrumentman/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from click_extra import extra_group
1+
from click_extra import extra_group, version_option
22

33
try:
44
from ._version import __version__ as __version__
@@ -14,6 +14,7 @@
1414

1515

1616
@extra_group("iman", params=None) # type: ignore[misc]
17+
@version_option()
1718
def cli() -> None:
1819
"""Automated measurement programs and related utilities for surveying
1920
instruments."""

0 commit comments

Comments
 (0)