Skip to content

Commit 8efca04

Browse files
committed
Update CLI synopsis in the README
Removes the hyphens and add `--solve_constraints` flag.
1 parent cad1047 commit 8efca04

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,15 @@ A type checker for Erlang/Elixir
7474
("LINE:COLUMN:" before message text)
7575
- 'verbose' (default): for human readers
7676
("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)
8586
```
8687

8788

0 commit comments

Comments
 (0)