Files
MaaAssistantArknights/tools/TasksTransitionVisualizer/README.md
2023-03-06 22:29:08 +08:00

16 lines
611 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 说明
一个简单脚本读取tasks.json, 根据指定的前缀词筛选task将获得的task按照next关系绘制成有向图。
Generate a transition graph for nodes whose name begin with a specific keyword
```
optional arguments:
-h, --help show this help message and exit
--keyword KEYWORD the keyword to generate the graph for, case sensitive
--nodesize [400-800] the size of nodes in the graph
--arrowsize [20-50] the size of arrows in the graph
--fontsize [5-10] the size of font in the graph
--list if list all the names of nodes matched
```