mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-16 04:26:26 +08:00
047040887b
list_commands previously returned `Iterable[click.Command]` and now returns `Iterable[str]` to comply with the method's return value.