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

plan.Plan.validate

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

View as Markdown

Module
plan
Declared in
Plan
Package
libtmux
Source
crates/libtmux/src/plan.rs
validate ( self ) → Result<(), PlanValidationError>
method [source]
method [source]
validate

Check every step before a run can change tmux state.

Errors

Returns an error when a slot names an absent or non-earlier step, when that step does not produce the required tmux object, or when a step's own arguments cannot render as one tmux command -- such as SendKeys carrying literal text together with named keys.

0 declared, 0 inherited

Esc

Type to search.