libtmux Reference MCP Search
On this page

libtmux.common.has_gte_version

View as Markdown

Module
libtmux.common
Package
libtmux
Source
src/libtmux/common.py
has_gte_version ( min_version : str , tmux_bin : str | None = None ) bool
function [source]
function [source]
has_gte_version

Return True if tmux version greater or equal to minimum.

Parameters
  • min_version ( str ) – tmux version, e.g. '3.2a'

  • tmux_bin ( str | None ) – Path to tmux binary. If *None*, uses the system tmux.

Returns

bool True if version above or equal to min_version

0 declared, 0 inherited

Esc

Type to search.