MCPcopy
hub / github.com/caronc/apprise / print_version_msg

Function print_version_msg

apprise/cli.py:248–254  ·  view source on GitHub ↗

Prints version message when -V or --version is specified.

()

Source from the content-addressed store, hash-verified

246
247
248def print_version_msg():
249 """Prints version message when -V or --version is specified."""
250 result = []
251 result.append(f"{__title__} v{__version__}")
252 result.append(__copyright__)
253 result.append(f"This code is licensed under the {__license__} License.")
254 click.echo("\n".join(result))
255
256
257class CustomHelpCommand(click.Command):

Callers 1

mainFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…