Fix doc generation
This commit is contained in:
parent
18a1402ae2
commit
79c80b4043
@ -1,6 +1,9 @@
|
|||||||
Launching programs in new windows/tabs
|
Launching programs in new windows/tabs
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
.. program:: launch
|
||||||
|
|
||||||
|
|
||||||
Syntax reference
|
Syntax reference
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -780,8 +780,8 @@ def new_window(boss, window, payload):
|
|||||||
'Run an arbitrary process in a new window/tab',
|
'Run an arbitrary process in a new window/tab',
|
||||||
' Prints out the id of the newly opened window. Any command line arguments'
|
' Prints out the id of the newly opened window. Any command line arguments'
|
||||||
' are assumed to be the command line used to run in the new window, if none'
|
' are assumed to be the command line used to run in the new window, if none'
|
||||||
' are provided, the default shell is run. For example:\n'
|
' are provided, the default shell is run. For example:'
|
||||||
':italic:`kitty @ launch --title Email mutt`',
|
' :italic:`kitty @ launch --title Email mutt`.',
|
||||||
options_spec=MATCH_TAB_OPTION + '\n\n' + '''\
|
options_spec=MATCH_TAB_OPTION + '\n\n' + '''\
|
||||||
--no-response
|
--no-response
|
||||||
type=bool-set
|
type=bool-set
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user