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

Function main

mssqlcli/main.py:110–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110def main():
111 try:
112 telemetry_session.start()
113 mssqlcli_options_parser = create_parser()
114 mssqlcli_options = mssqlcli_options_parser.parse_args(sys.argv[1:])
115 run_cli_with(mssqlcli_options)
116 finally:
117 # Upload telemetry async in a separate process.
118 telemetry_session.conclude()
119
120
121if __name__ == "__main__":

Callers 1

main.pyFile · 0.85

Calls 3

create_parserFunction · 0.90
run_cli_withFunction · 0.85
startMethod · 0.80

Tested by

no test coverage detected