We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24592bc commit 1801d64Copy full SHA for 1801d64
1 file changed
CHANGELOG.md
@@ -109,7 +109,7 @@ prompt is displayed.
109
- For more details and examples, see the [Help](docs/features/help.md) documentation and the
110
`examples/default_categories.py` file.
111
- `CommandSet` is now a generic class, which allows developers to parameterize it with their
112
- specific `cmd2.Cmd`subclass (e.g.,`class MyCommandSet(CommandSet[MyApp]):`). This provides
+ specific `cmd2.Cmd` subclass (e.g.,`class MyCommandSet(CommandSet[MyApp]):`). This provides
113
full type hints and IDE autocompletion for `self._cmd` without needing to override and cast
114
the property.
115
0 commit comments