pre_commit_hook v1.0.3 Mix.Tasks.TestAll

Pre commit hook for .git/hooks/pre-commit. Should do alias like this:

$ cd .git/hooks $ ln -s ../../.pre-commit pre-commit

Summary

Functions

A task needs to implement run which receives a list of command line args

Functions

run()
run(any) :: atom

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.