mise tasks graph
- 用法:
mise tasks graph [FLAGS] - 效果: 只读
- 源代码:
src/cli/tasks/graph.rs
[实验性] 检查工作区项目图谱
Flags
-J --json— 以 JSON 格式输出项目图--explain— 解释推断项目和任务的来源--no-header— 不打印表头-h --help— 打印帮助
示例:
# 检查项目及其依赖边
$ mise tasks graph
# 以 JSON 格式输出项目图
$ mise tasks graph --json
# 解释推断项目和任务字段的来源
$ mise tasks graph --explain