We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88ba11 commit 437f386Copy full SHA for 437f386
libtmux/server.py
@@ -538,14 +538,17 @@ def new_session(
538
Examples
539
--------
540
Sessions can be created without a session name (0.14.2+):
541
+
542
>>> server.new_session()
543
Session($2 2)
544
545
Creating them in succession will enumerate IDs (via tmux):
546
547
548
Session($3 3)
549
550
With a `session_name`:
551
552
>>> server.new_session(session_name='my session')
553
Session($4 my session)
554
"""
0 commit comments