Dialyxir v1.0.0 mix dialyzer.explain View Source

This task provides background information about dialyzer warnings. If invoked without any arguments it will list all warning atoms. When invoked with the name of a particular warning, it will display information regarding it.

Command line options

  • [warning] - display information regarding warning
mix dialyzer.explain pattern_match

Link to this section Summary

Functions

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

Link to this section Functions

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

Callback implementation for Mix.Task.run/1.