2
2
3
3
These pages document the public API for ` cmd2 ` . If a method, class, function, attribute, or constant
4
4
is 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
6
6
documented 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.
8
8
9
9
If a release of this library changes any of the items documented here, the version number will be
10
10
incremented according to the [ Semantic Version Specification] ( https://semver.org ) .
@@ -18,7 +18,7 @@ incremented according to the [Semantic Version Specification](https://semver.org
18
18
- [ cmd2.colors] ( ./colors.md ) - StrEnum of all color names supported by the Rich library
19
19
- [ cmd2.command_definition] ( ./command_definition.md ) - supports the definition of commands in
20
20
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 `
22
22
- [ cmd2.decorators] ( ./decorators.md ) - decorators for ` cmd2 ` commands
23
23
- [ cmd2.exceptions] ( ./exceptions.md ) - custom ` cmd2 ` exceptions
24
24
- [ cmd2.history] ( ./history.md ) - classes for storing the history of previously entered commands
0 commit comments