Skip to content

Commit 70f3d7d

Browse files
committed
cli: Add --version flag to cloe-launch
1 parent 7d2e5f4 commit 70f3d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cloe_launch/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
count=True,
4040
help="Print more information (mostly debugging).",
4141
)
42+
@click.version_option()
4243
@click.pass_context
4344
def main(ctx, verbose: int):
4445
"""Launch cloe-engine with profiles and manage launch profiles."""
@@ -151,7 +152,6 @@ def deny_profile_and_path(cls, profile: str, profile_path: str) -> None:
151152
"--profile and --profile-path options cannot be specified simultaneously"
152153
)
153154

154-
155155
# _________________________________________________________________________
156156
# Command: exec [--cache] [--debug] [--profile=PROFILE | --profile-path=CONANFILE]
157157
# [--] ENGINE_ARGS

0 commit comments

Comments
 (0)