Skip to content

Commit 1770698

Browse files
committed
refactor(Session.new_window): PEP 3102 keyword-only arguments
1 parent 25222e7 commit 1770698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libtmux/session.py

+1
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ def rename_session(self, new_name: str) -> "Session":
537537
def new_window(
538538
self,
539539
window_name: t.Optional[str] = None,
540+
/,
540541
start_directory: None = None,
541542
attach: bool = False,
542543
window_index: str = "",

0 commit comments

Comments
 (0)