# mcp.model.RunCommandArgs.command

- **Module:** mcp.model.RunCommandArgs
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/model.rs#L75
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/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.
