Skip to content

Commit

Permalink
add missing docstrings to Session.new_window
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed May 13, 2016
1 parent 8a3cff8 commit b438c3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tmuxp/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ def new_window(self,
:type start_directory: string
:param attach: make new window the current window after creating it,
default True.
:param window_index: create the new window at the given index position.
Default is empty string which will create the window in the next
available position.
:type window_index: string
:param window_command: execute a command on starting the window. The
window will close when the command exits.
:type window_command: string
:param type: bool
:rtype: :class:`Window`
Expand Down

0 comments on commit b438c3b

Please sign in to comment.