mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +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.