Skip to content

Commit

Permalink
show version information
Browse files Browse the repository at this point in the history
  • Loading branch information
ronald-bautista committed Mar 7, 2022
1 parent 46822e7 commit fb275fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/conformity_migration_tool/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
User,
)

from . import __version__ as tool_version
from .di import dependencies

script_dirpath = Path(__file__).parent
Expand Down Expand Up @@ -1011,8 +1012,9 @@ def pretty_print_com_settings(com_settings):


@click.group(
help="Migrates your visiblity information in cloudconformity.com to cloudone.trendmicro.com"
help=f"Conformity Migration Tool (ver {tool_version})\n\nMigrates your visiblity information in cloudconformity.com to cloudone.trendmicro.com",
)
@click.version_option(version=tool_version)
def cli():
pass

Expand Down

0 comments on commit fb275fd

Please sign in to comment.