We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2d95c commit 075d153Copy full SHA for 075d153
1 file changed
docs/features/prompt.md
@@ -70,7 +70,7 @@ You can customize the content of the toolbar by overriding the [cmd2.Cmd._bottom
70
This method should return either a string or a list of `(style, text)` tuples for formatted text.
71
72
```py
73
- def _bottom_toolbar(self) -> Any:
+ def _bottom_toolbar(self) -> list[str | tuple[str, str]] | None:
74
return [
75
('ansigreen', 'My Application Name'),
76
('', ' - '),
0 commit comments