Imports graph printer
Name: imports-graph
Generates an imports graph of Solidity source files into a Graphviz .dot
file.
Example
Parameters
Command-line name |
TOML name |
Type |
Default value |
Description |
--out |
out |
str |
.wake/imports-graphs.dot |
Output file path. |
--graph-direction |
graph_direction |
Choice of TB , BT , LR , RL |
TB |
Direction of the graph. |
--edge-direction |
edge_direction |
Choice of imported-to-importing , importing-to-imported |
imported-to-importing |
Direction of the edges. |
--links |
links |
bool |
True |
Whether to generate links to the source code. |
--force |
force |
bool |
False |
Whether to overwrite existing files. |
--importers /
--no-importers |
importers |
bool |
True |
Whether to generate files importing the specified files. |
--imported /
--no-imported |
imported |
bool |
True |
Whether to generate files imported by the specified files. |