Display top N jobs by reductions
Default value
0
Type
non_neg_integer() | true when non_neg_integer() :: 0..inf.
Display top N slowest jobs
Default value
0
Type
non_neg_integer() | true when non_neg_integer() :: 0..inf.
Get help and exit
Default value
false
Type
boolean()
Minimum severity of log messages
Default value
notice
Type
lee_logger:level() when lee_logger:level() :: alert | critical | error | warning | notice | info | debug.
Root project directory
Default value
"."
Type
string() when string() :: [char()].
Start Erlang shell after running the tasks
Default value
false
Type
boolean()
Directory where ANVL plugins store artifacts
Default value
"_anvl_build"
Type
string() when string() :: [char()].
List of conditions to satisfy
Select conditions from the [conditions] list of the root project.
If user didn’t explicitly specify any conditions to satisfy, then ANVL will run the first condition from [conditions] list.
Type
[atom()]