File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,15 @@ A type checker for Erlang/Elixir
74
74
("LINE:COLUMN:" before message text)
75
75
- 'verbose' (default): for human readers
76
76
("on line LINE at column COLUMN" within the message text)
77
- --color [ COLOR ] - Use colors when printing fancy messages. An optional
78
- argument is `always | never | auto'. However, auto-
79
- detection of a TTY doesn't work when running as an escript.
80
- --no_color - Alias for `--color never'
81
- --fancy - Use fancy error messages when possible (on by default)
82
- --no_fancy - Don't use fancy error messages.
83
- --union_size_limit - Performance hack: Unions larger than this value
84
- are replaced by any() in normalization (default: 30)
77
+ --color [ COLOR ] Use colors when printing fancy messages. An optional
78
+ argument is `always | never | auto'. However, auto-
79
+ detection of a TTY doesn't work when running as an escript.
80
+ --no_color Alias for `--color never'
81
+ --fancy Use fancy error messages when possible (on by default)
82
+ --no_fancy Don't use fancy error messages.
83
+ --union_size_limit Performance hack: Unions larger than this value
84
+ are replaced by any() in normalization (default: 30)
85
+ --solve_constraints Type check polymorphic calls (off by default)
85
86
```
86
87
87
88
You can’t perform that action at this time.
0 commit comments