()
| 36 | print(' %s%-5s %s%-6s %s%s'%(green, verb, yellow, args, end, comment)) |
| 37 | |
| 38 | def 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 | # 列出所有文件的列表 并排好序 |
| 45 | def listFiles(name): |