Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subcommand Callable type annotations
- Update _SubcommandConfig constructor_factory type annotation from Callable to Callable[..., Any] - Update subcommand function parameter type annotations to use Callable[..., Any] - Fixes stricter pyright type checking errors when using subcommand function 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Loading branch information