vi
vi
## Summary Fixes #1290. ## Checklist - [x] If code changes were made, then they have been tested - [ ] I have updated the documentation to reflect the changes...
## Summary While the docstring of subcommand groups is largely useless (as descriptions of subcommand groups are not exposed in the UI anywhere), it should still be parsed to retrieve...
## Summary `SKU.subscriptions` mistakenly returned a coroutine, unlike other iterator methods (which are *sync* methods returning an *async* iterator). This removes the `async` keyword. https://docs.astral.sh/ruff/rules/unused-async/ might have caught this, but...