File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1614,10 +1614,15 @@ def use_frontend_parseable_output:
1614
1614
1615
1615
def print_explicit_dependency_graph:
1616
1616
Flag<["-"], "print-explicit-dependency-graph">,
1617
- Flags<[HelpHidden, NewDriverOnlyOption]>,
1617
+ Flags<[DoesNotAffectIncrementalBuild, HelpHidden, NewDriverOnlyOption]>,
1618
1618
HelpText<"Print the result of module dependency scanning after external "
1619
1619
"module resolution to output">;
1620
1620
1621
+ def explicit_dependency_graph_format:
1622
+ Joined<["-"], "explicit-dependency-graph-format=">,
1623
+ Flags<[DoesNotAffectIncrementalBuild, HelpHidden, NewDriverOnlyOption]>,
1624
+ HelpText<"Specify the explicit dependency graph output format to either 'json' or 'dot'">;
1625
+
1621
1626
def print_preprocessed_explicit_dependency_graph:
1622
1627
Flag<["-"], "print-preprocessed-explicit-dependency-graph">,
1623
1628
Flags<[HelpHidden, NewDriverOnlyOption]>,
You can’t perform that action at this time.
0 commit comments