On this page
plan.Effects
- Module
- plan
- Package
- libtmux
- Source
- crates/libtmux/src/plan.rs
5 declared, 0 inherited
Members
- creates attribute The scope of the object it creates, if it creates one.
- destructive attribute The operation removes an object.
- idempotent attribute Running it twice leaves what running it once leaves.
- read_only attribute The operation does not change tmux state.
- reads_output attribute It captures pane output, so its stdout is the answer.