Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/Roadmap.md
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
## Currently supported features:

- Parsing of attributes of built-in types:
- `int`, `float`, `str` attributes
- `bool` attributes (using either the `--<arg-name>` or the `--<arg-name> <value>` syntax)
- `list` attributes
- `tuple` attributes
- Parsing of multiple instances of a given dataclass, for the above-mentioned attribute types
- Nested parsing of instances (dataclasses within dataclasses)

## Possible Future Enhancements:

- Parsing two different dataclasses which share a base class (this currently would cause a conflict for the base class arguments.
Loading