-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from moul/dev/moul/refactor-cli
wip: refactor cli
- Loading branch information
Showing
11 changed files
with
546 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
.PHONY: run | ||
run: | ||
depviz render -f | dot -Tsvg > depviz.svg | ||
depviz render -t orphans -f | dot -Tsvg > orphans.svg | ||
cat orphans.svg | grep -s text || rm orphans.svg | ||
depviz run --show-closed moul/depviz | dot -Tsvg > depviz.svg | ||
|
||
.PHONY: preview | ||
preview: | ||
depviz render -f | dot -Tpng | imgcat | ||
depviz run | dot -Tpng | imgcat |
Oops, something went wrong.