22
33These pages document the public API for ` cmd2 ` . If a method, class, function, attribute, or constant
44is not documented here, consider it private and subject to change. There are many classes, methods,
5- functions, and constants in the source code which do not begin with an underscore but are not
5+ functions, and constants in the source code that do not begin with an underscore but are not
66documented here. When looking at the source code for this library, you cannot safely assume that
7- because something doesn't start with an underscore, it is a public API .
7+ something is a public API just because it doesn't start with an underscore.
88
99If a release of this library changes any of the items documented here, the version number will be
1010incremented according to the [ Semantic Version Specification] ( https://semver.org ) .
@@ -18,7 +18,7 @@ incremented according to the [Semantic Version Specification](https://semver.org
1818- [ cmd2.colors] ( ./colors.md ) - StrEnum of all color names supported by the Rich library
1919- [ cmd2.command_definition] ( ./command_definition.md ) - supports the definition of commands in
2020 separate classes to be composed into cmd2.Cmd
21- - [ cmd2.constants] ( ./constants.md ) - just like it says on the tin
21+ - [ cmd2.constants] ( ./constants.md ) - constants used in ` cmd2 `
2222- [ cmd2.decorators] ( ./decorators.md ) - decorators for ` cmd2 ` commands
2323- [ cmd2.exceptions] ( ./exceptions.md ) - custom ` cmd2 ` exceptions
2424- [ cmd2.history] ( ./history.md ) - classes for storing the history of previously entered commands
0 commit comments