Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TerminalDocs/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Below is the full list of supported commands and options for the `wt` command li
| `--maximized, -M` | Launches the terminal maximized. |
| `--fullscreen, -F` | Launches the terminal as full screen. |
| `--focus, -f` | Launches the terminal in the focus mode. Can be combined with `maximized`. |
| `--pos x,y` | Launches the terminal at the given position. `x` or `y` can be omitted, to use the default value from the settings. |
| `--pos x,y` | Launches the terminal at the given position. You can provide one value to set both `x` and `y`, or use a comma to set just one and use the default for the other (e.g., `--pos 500,`). |
| `--size` `c,r` | Launches the terminal with the specified number of columns (`c`) and rows (`r`). |
| `--window, -w window-id` | Runs the given command in a specific window. |

Expand Down