kcl mod graph
打印模块依赖关系图。每个模块都以 path@version
的形式标识进行输出
使用
kcl mod graph [flags]
示例
打印当前模块的依赖关系图
kcl mod graph
命令参数
This command prints the module dependency graph.
Each module is identified as a string of the form path@version.
Usage:
kcl mod graph [flags]
Examples:
# Print the current module dependency graph.
kcl mod graph
Flags:
-h, --help help for graph
Global Flags:
-q, --quiet Set the quiet mode (no output)