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

Function printParam

create_tree.py:35–36  ·  view source on GitHub ↗
(verb, args, comment)

Source from the content-addressed store, hash-verified

33 print('%s%s%s'%(green, msg, end))
34
35def printParam(verb, args, comment):
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))

Callers 1

helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected