File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ incremented according to the [Semantic Version Specification](https://semver.org
1212## Modules
1313
1414- [ cmd2.Cmd] ( ./cmd.md ) - functions and attributes of the main class in this library
15+ - [ cmd2.annotated] ( ./annotated.md ) - build ` argparse ` parsers from type-annotated function
16+ signatures
1517- [ cmd2.argparse_completer] ( ./argparse_completer.md ) - classes for ` argparse ` -based tab completion
1618- [ cmd2.argparse_utils] ( ./argparse_utils.md ) - classes and functions for extending ` argparse `
1719- [ cmd2.clipboard] ( ./clipboard.md ) - functions to copy from and paste to the clipboard/pastebuffer
@@ -31,4 +33,5 @@ incremented according to the [Semantic Version Specification](https://semver.org
3133- [ cmd2.rich_utils] ( ./rich_utils.md ) - common utilities to support Rich in cmd2 applications
3234- [ cmd2.string_utils] ( ./string_utils.md ) - string utility functions
3335- [ cmd2.styles] ( ./styles.md ) - cmd2-specific Rich styles and a StrEnum of their corresponding names
36+ - [ cmd2.theme] ( ./theme.md ) - provides a centralized theming system for cmd2
3437- [ cmd2.utils] ( ./utils.md ) - various utility classes and functions
Original file line number Diff line number Diff line change 1+ # cmd2.theme
2+
3+ ::: cmd2.theme
Original file line number Diff line number Diff line change 214214 - api/rich_utils.md
215215 - api/string_utils.md
216216 - api/styles.md
217+ - api/theme.md
217218 - api/utils.md
218219 - Version Upgrades :
219220 - upgrades.md
You can’t perform that action at this time.
0 commit comments