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

plan.run.StepOutcome

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

View as Markdown

Module
plan.run
Package
libtmux
Source
crates/libtmux/src/plan/run.rs
struct plan.run.StepOutcome
structoverload [source]
structoverload [source]
struct plan.run.StepOutcome

What one dispatched invocation produced.

7 declared, 0 inherited

Members

  • attribution method Whether the outcomes are per-operation evidence or a shared verdict.
  • has_sensitive_input method Whether any command in this invocation carried a sensitive argument.
  • outcomes method One outcome per operation in the invocation, in order.
  • refusal method Why tmux refused this invocation, in the crate's error vocabulary.
  • stderr method The invocation's stderr, exactly as tmux wrote it.
  • stdout method The invocation's stdout, exactly as tmux wrote it.
  • step method The invocation this describes.
Esc

Type to search.