--hold is not suitable for replay commands as it outputs to the terminal
This commit is contained in:
parent
8239cb1b5a
commit
0ee970b418
1 changed files with 1 additions and 1 deletions
|
|
@ -703,7 +703,7 @@ def options_spec() -> str:
|
|||
created by :option:`{appname} --dump-commands`. You
|
||||
can open a new kitty window to replay the commands with::
|
||||
|
||||
{appname} --hold {appname} --replay-commands /path/to/dump/file
|
||||
{appname} sh -c "{appname} --replay-commands /path/to/dump/file; read"
|
||||
|
||||
|
||||
--dump-bytes
|
||||
|
|
|
|||
Loading…
Reference in a new issue