Fix doc generation

This commit is contained in:
Kovid Goyal 2019-11-13 15:03:02 +05:30
parent 18a1402ae2
commit 79c80b4043
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
Launching programs in new windows/tabs Launching programs in new windows/tabs
======================================== ========================================
.. program:: launch
Syntax reference Syntax reference
------------------ ------------------

View File

@ -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