MCPcopy Create free account
hub / github.com/geekcomputers/Python / command_line

Function command_line

sensors_information.py:38–44  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

36
37
38def command_line(argv):
39 parser = argparse.ArgumentParser(
40 description="Display the values of the sensors",
41 add_help=True,
42 )
43 arguments = parser.parse_args()
44 show_sensors()
45
46
47if __name__ == "__main__":

Callers 1

Calls 1

show_sensorsFunction · 0.85

Tested by

no test coverage detected