We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b568766 commit 1cc4b16Copy full SHA for 1cc4b16
.github/workflows/tests.yml
@@ -34,6 +34,7 @@ jobs:
34
uv run --no-dev -p python${{ matrix.python-version }} -- python -c '
35
from tmuxp import _internal, cli, workspace, exc, log, plugin, shell, types, util, __version__
36
from tmuxp._internal import config_reader, types
37
+ from tmuxp.cli import convert, debug_info, edit, freeze, import_config, load, ls, shell, utils
38
from tmuxp.workspace import builder, constants, finders, freezer, importers, loader, validation
39
from libtmux import __version__ as __libtmux_version__
40
print("tmuxp version:", __version__)
0 commit comments