Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add diff as an alias to the compare command
When used to "git diff", it is easy to write "build_examples.py diff" instead of "build_examples.py compare" by a mistake. Therefore, "diff" is now an alias to "compare" so both commands will work. This solves part 3 of issue wireviz#167.
- Loading branch information