You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pane(feat[split,split_window]): Add StrPath type support for start_directory
why: Standardize path handling to accept both str and PathLike objects
what:
- Import StrPath from libtmux._internal.types
- Update start_directory parameter type annotations to StrPath | None
- Update docstrings to reflect str or PathLike support
- Fix logic pattern from 'is not None' to truthy check for proper command building
- Clean up import organization
0 commit comments