MCPcopy Create free account
hub / github.com/Kuangcp/Note / help

Function help

create_tree.py:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 print(' %s%-5s %s%-6s %s%s'%(green, verb, yellow, args, end, comment))
37
38def help():
39 print('run: %s %s <verb> %s <args>%s'%('create_tree.py', green, yellow, end))
40 printParam('-h', '', 'help')
41 printParam('-s', '', 'show catalog')
42 printParam('-a', '', 'append cataloag to SUMMARAY.md')
43
44# 列出所有文件的列表 并排好序
45def listFiles(name):

Callers 1

mainFunction · 0.85

Calls 1

printParamFunction · 0.85

Tested by

no test coverage detected