MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / print_help

Method print_help

client/node/common/cmdarg.py:120–125  ·  view source on GitHub ↗

输出帮助文档 :return:

()

Source from the content-addressed store, hash-verified

118
119 @staticmethod
120 def print_help():
121 """
122 输出帮助文档
123 :return:
124 """
125 logger.info("请输入-h/--help参数,查看帮助文档。")

Callers 1

mainMethod · 0.80

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected