File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,17 @@ Internals
6363
6464.. autoclass :: libtmux.common.tmux_cmd
6565
66- .. automethod :: libtmux.common.has_required_tmux_version
67-
6866.. automethod :: libtmux.common.which
6967
70- .. automethod :: libtmux.common.is_version
68+ .. automethod :: libtmux.common.has_version
69+
70+ .. automethod :: libtmux.common.has_gt_version
71+
72+ .. automethod :: libtmux.common.has_lt_version
73+
74+ .. automethod :: libtmux.common.has_minimum_tmux_version
75+
76+ .. automethod :: libtmux.common.handle_option_error
7177
7278Exceptions
7379----------
@@ -76,12 +82,20 @@ Exceptions
7682
7783.. autoexception :: libtmux.exc.TmuxCommandNotFound
7884
85+ .. autoexception :: libtmux.exc.VersionTooLow
86+
7987.. autoexception :: libtmux.exc.TmuxSessionExists
8088
8189.. autoexception :: libtmux.exc.BadSessionName
8290
91+ .. autoexception :: libtmux.exc.OptionError
92+
8393.. autoexception :: libtmux.exc.UnknownOption
8494
95+ .. autoexception :: libtmux.exc.InvalidOption
96+
97+ .. autoexception :: libtmux.exc.AmbiguousOption
98+
8599Test tools
86100----------
87101
You can’t perform that action at this time.
0 commit comments