options.OptionSchema.accepts
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- options
- Declared in
- OptionSchema
- Package
- libtmux
- Source
- crates/libtmux/src/options.rs
- accepts ( self , scope : OptionScope ) bool
-
Report whether tmux will place a write of this option at
scope.tmux resolves an option by name rather than by the flags it was sent with, so a write it does not accept here is not refused: it lands at whichever table the name belongs to, and reports success for doing it.
0 declared, 0 inherited