1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

docs: remove mention of SpawnTab in launch.md

SpawnTab does not accept a SpawnCommand as an argument.
This commit is contained in:
Davide Mancusi 2022-03-09 13:04:19 +01:00 committed by Wez Furlong
parent 5ffd50acc6
commit 053c798bc1

View File

@ -73,10 +73,10 @@ directory you can do so via the config, CLI, and when using
```
* The [`SpawnCommandInNewTab`](lua/keyassignment/SpawnCommandInNewTab.md),
[`SpawnCommandInNewWindow`](lua/keyassignment/SpawnCommandInNewWindow.md),
[`SpawnTab`](lua/keyassignment/SpawnTab.md) key assignments, and the
[Launcher Menu](#the-launcher-menu) described below all accept a
[`SpawnCommand`](lua/SpawnCommand.md) object that accepts an optional `cwd` field:
and [`SpawnCommandInNewWindow`](lua/keyassignment/SpawnCommandInNewWindow.md)
key assignments, and the [Launcher Menu](#the-launcher-menu) described below
all accept a [`SpawnCommand`](lua/SpawnCommand.md) object that accepts an
optional `cwd` field:
```lua
{