mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 04:41:30 +08:00
list_commands previously returned `Iterable[click.Command]` and now returns `Iterable[str]` to comply with the method's return value.
list_commands previously returned `Iterable[click.Command]` and now returns `Iterable[str]` to comply with the method's return value.