Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

mcp.model.RunCommandArgs.command

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

mcp.model.RunCommandArgs.command : String
attribute [source]
attribute [source]
mcp.model.RunCommandArgs.command

The command for the pane's trusted POSIX-compatible shell.

Shell reserved words and special builtins must retain their standard meanings. The command runs inside a subshell, so several lines are fine and a bare exit does not end the pane's own shell. Invalid syntax is contained and completes with the shell's nonzero status. Valid inherited Bash and zsh ERR and DEBUG traps remain visible to the command while the pane's parent-shell traps and options remain unchanged.

Esc

Type to search.