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