Skip to content

Commit 500d31f

Browse files
authored
Merge pull request #12 from coqui-ai/readme-update
update README.md
2 parents aaf15d3 + 5317f9b commit 500d31f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ What I need from a ML configuration library...
5050
- `JSON` is the only supported serialization format, although the others can be easily integrated.
5151
- `List`type with multiple item type annotations are not supported. (e.g. `List[int, str]`).
5252
- `dict` fields are parsed from console arguments as JSON str without type checking. (e.g `--val_dict '{"a":10, "b":100}'`).
53+
- `MISSING` fields cannot be avoided when parsing console arguments.
5354

5455
## 🔍 Examples
5556

0 commit comments

Comments
 (0)