On this page
command.Command.targeting
- Module
- command
- Declared in
- Command
- Package
- libtmux
- Source
- crates/libtmux/src/command.rs
-
Return this command with
-t targetplaced after the subcommand.Placed there rather than appended because tmux stops reading flags at the first positional: a target after one is not a target at all. It is taken as text, and the command succeeds having done the wrong thing --
send-keys -- echo hi -t worktypesechohi-tcinto whichever pane was current.
0 declared, 0 inherited