MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / display_version_message

Function display_version_message

mssqlcli/main.py:100–103  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

98
99
100def display_version_message(options):
101 if options.version:
102 print('Version:', __version__)
103 sys.exit(0)
104
105
106def display_telemetry_message():

Callers 1

run_cli_withFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected