Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
def
display_version_message(options):
101
if
options.version:
102
print(
'Version:'
, __version__)
103
sys.exit(0)
104
105
106
def
display_telemetry_message():
Callers
1
run_cli_with
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected