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