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