mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-14 02:36:44 +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.