We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970ff2d commit 4c7688bCopy full SHA for 4c7688b
CHANGELOG.md
@@ -72,6 +72,7 @@ prompt is displayed.
72
- Renamed `cmd2_handler` to `cmd2_subcmd_handler` in the `argparse.Namespace` for clarity.
73
- Removed `Cmd2AttributeWrapper` class. `argparse.Namespace` objects passed to command functions
74
now contain direct attributes for `cmd2_statement` and `cmd2_subcmd_handler`.
75
+ - Renamed `cmd2/command_definition.py` to `cmd2/command_set.py`.
76
- Removed `Cmd.doc_header` and the `with_default_category` decorator. Help categorization is now
77
driven by the `DEFAULT_CATEGORY` class variable (see **Simplified command categorization** in
78
the Enhancements section below for details).
0 commit comments