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