On this page
server.Server.listCommands
- Module
- server
- Declared in
- Server
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/server.ts
-
Every command name the running tmux understands.
Examples
const commands = await server.listCommands(); commands.includes("new-window"); // true
0 declared, 0 inherited