From 825cd8bea8fd92b57b40aa027535918b5eb82065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Sep 2022 21:35:13 +0200 Subject: Document and parameterize use2dot-all. --- scripts/use2dot-all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/use2dot-all.sh (limited to 'scripts') diff --git a/scripts/use2dot-all.sh b/scripts/use2dot-all.sh new file mode 100755 index 00000000..80703d33 --- /dev/null +++ b/scripts/use2dot-all.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +guild use2dot-all \ + --engine fdp \ + --output graph.pdf \ + --default-module '(calp main)' \ + --remove '((datetime) (vcomponent) (hnh util))' \ + module -- cgit v1.2.3