MCPcopy Create free account
hub / github.com/OpenDCAI/DataFlow-MM / cli_env

Function cli_env

dataflow/cli_funcs/cli_env.py:66–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 print(Fore.BLUE + "=" * os.get_terminal_size().columns + Style.RESET_ALL)
65
66def cli_env():
67 get_env_info()
68
69if __name__ == "__main__":
70 print(get_env_info())

Callers 1

mainFunction · 0.90

Calls 1

get_env_infoFunction · 0.85

Tested by

no test coverage detected