We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a8f3a commit 7faed3bCopy full SHA for 7faed3b
CHANGELOG.md
@@ -31,8 +31,7 @@ time reading the [rich documentation](https://rich.readthedocs.io/).
31
- `descriptive_header: str` replaced with `descriptive_headers: Sequence[str | rich.Column]`
32
- Applies to parameter name when adding an argument to a parser as well as
33
`set_descriptive_headers` and `get_descriptive_headers`
34
- - Restored `CompletionItem.description` and expanded its type to work with either `str` or
35
- `Sequence[str | rich.Column]`
+ - `CompletionItem.description` type expanded from `str` to `str | Sequence[Any]`
36
- `decorators` module breaking changes:
37
- `_set_parser_prog` renamed to `set_parser_prog` (without the leading underscore) and moved
38
to `argparse_custom` module
0 commit comments