mcp.exec.RunView
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
What a command did.
Members
-
The pane the command ran in.
- outcome : RunOutcome
-
How the run finished.
-
The command's exit status, when it completed.
Absent when the run did not complete, and when the command was killed by a signal rather than exiting.
-
Everything the command wrote, stdout and stderr interleaved in the order the program wrote them.
This is the raw output stream with escape sequences removed, not the rendered screen: a line redrawn in place, such as a progress bar, repeats.
capture_paneshows the screen.
-
How many bytes that was, before any truncation.
-
Whether the output was truncated from the front.