Skip to content

Commit

Permalink
Update visualize_pyan_architecture.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat authored Sep 15, 2020
1 parent 5beeda0 commit 4475e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualize_pyan_architecture.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
echo -ne "Pyan architecture: generating architecture.{dot,svg}\n"
python3 -m pyan pyan/*.py --no-defines --uses --colored --annotate --dot -V >architecture.dot 2>architecture.log
dot -Tsvg architecture.dot >architecture.svg
dot -Tsvg architecture.dot >architecture.svg

0 comments on commit 4475e76

Please sign in to comment.