Skip to content

Commit cd6f072

Browse files
committed
tmux command
1 parent 65e9bcc commit cd6f072

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tmuxp/server.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ class Server(TmuxRelationalObject):
3838
3939
"""
4040

41-
#: socket name
41+
#: ``[-L socket-name]``
4242
socket_name = None
43+
#: ``[-S socket-path]``
4344
socket_path = None
45+
#: ``[-f file]``
4446
config_file = None
47+
#: ``-2`` or ``-8``
4548
colors = None
49+
#: unique child ID key
4650
childIdAttribute = 'session_id'
4751

4852
def __init__(
@@ -69,7 +73,7 @@ def __init__(
6973
self.colors = colors
7074

7175
def tmux(self, *args, **kwargs):
72-
"""Send command to tmux with :attr:`pane_id` as ``target-pane``.
76+
"""Return :class:`util.tmux` send tmux commands with sockets, colors.
7377
7478
:rtype: :class:`util.tmux`
7579

0 commit comments

Comments
 (0)