We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cmd
1 parent 2a4ce09 commit 72f4638Copy full SHA for 72f4638
CHANGES
@@ -15,6 +15,19 @@ $ pip install --user --upgrade --pre libtmux
15
16
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
17
18
+### Breaking changes
19
+
20
+#### Command target change (#919)
21
22
+Commands: All `cmd()` methods using custom or overridden targets must use the keyword argument
23
+`target`. This avoids entanglement with inner shell values that include `-t` for
24
+other purposes. These methods include:
25
26
+- {meth}`Server.cmd()`
27
+- {meth}`Session.cmd()`
28
+- {meth}`Window.cmd()`
29
+- {meth}`Pane.cmd()`
30
31
## libtmux 0.33.0 (2024-03-17)
32
33
### Breaking changes
0 commit comments