We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6be3f commit 140e13dCopy full SHA for 140e13d
docs/deps.png
939 KB
scripts/gendepgraph.sh
@@ -6,4 +6,5 @@ if [ -n "$1" ]; then
6
out=$1
7
fi
8
9
-godepgraph -s . | sed 's/github.com\/mit-dci\/lit\///' | dot -Tpng -o $1
+source 'build/env.sh'
10
+godepgraph -s . | sed 's/github.com\/mit-dci\/lit\///' | dot -Tpng -o $out
0 commit comments