On this page
error.ControlModeErrorKind.UnrepresentableCommand
- Module
- error
- Declared in
- ControlModeErrorKind
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
The command contains an argument no control-mode line can carry.
Control mode is a text protocol, so an argument that is not UTF-8 cannot be sent over it even though the same command would run fine as a subprocess.
0 declared, 0 inherited