Add typing and documentation for Option and OptionGroup.

Review Request #13029 — Created May 10, 2023 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

Option and OptionGroup are old and didn't comply with much of our
modern standards for documentation. Now that these have been moved into
rbtools.commands.base.options, it's a good time to fix all this up,
and to prepare for upcoming changes.

This change adds missing docs and introduces typing to the whole module.

Posted with this change.

Verified that the type checkers were happy.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add typing and documentation for Option and OptionGroup.
`Option` and `OptionGroup` are old and didn't comply with much of our modern standards for documentation. Now that these have been moved into `rbtools.commands.base.options`, it's a good time to fix all this up, and to prepare for upcoming changes. This change adds missing docs and introduces typing to the whole module.
f4dba9c176ea083075ea5c578909418b088365ae Christian Hammond
rbtools/commands/base/options.py
Loading...