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 84b6647 commit fded84cCopy full SHA for fded84c
CHANGELOG.md
@@ -31,6 +31,8 @@ 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
+ - `CompletionItem.description: str` changed to
35
+ `CompletionItem.descriptive_data: Sequence[str | rich.Column]`
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