Improve docs for :spawn -d

This commit is contained in:
Florian Bruhin 2020-12-02 19:29:04 +01:00
parent 6c42f97781
commit 500de10288
2 changed files with 4 additions and 2 deletions

View File

@ -1310,7 +1310,8 @@ Note that the command is *not* run in a shell, so things like `$VAR` or `> outpu
* +*-v*+, +*--verbose*+: Show notifications when the command started/exited.
* +*-o*+, +*--output*+: Show the output in a new tab.
* +*-m*+, +*--output-messages*+: Show the output as messages.
* +*-d*+, +*--detach*+: Whether the command should be detached from qutebrowser.
* +*-d*+, +*--detach*+: Detach the command from qutebrowser so that it continues running when qutebrowser quits.
==== count
Given to userscripts as $QUTE_COUNT.

View File

@ -1057,7 +1057,8 @@ class CommandDispatcher:
verbose: Show notifications when the command started/exited.
output: Show the output in a new tab.
output_messages: Show the output as messages.
detach: Whether the command should be detached from qutebrowser.
detach: Detach the command from qutebrowser so that it continues
running when qutebrowser quits.
cmdline: The commandline to execute.
count: Given to userscripts as $QUTE_COUNT.
"""