flake8
passed.
JSHint
passed.
Review Request #13031 — Created May 10, 2023 and submitted
This ensures that all the attributes on
BaseCommand
,
BaseMultiCommand
, andBaseSubCommand
have type hints on the
attributes. This avoids the problem where type checkers complain when
subclasses define attributes of an "invalid type" due to thinking
default values are literals.
Unit tests pass.
Verified the type checker was happy for all subclasses.
Summary | ID |
---|---|
6d5351f06dc262291d5910b72436a9cb47cf9572 |