From 86ffee20f97929504fef7d4c6b1abe8f702224b1 Mon Sep 17 00:00:00 2001 From: Ian O'Neill Date: Mon, 19 Sep 2022 13:24:40 +0100 Subject: [PATCH 1/2] 1.17 - Add documentation for `--pos` and `--size` cmdline args --- TerminalDocs/command-line-arguments.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TerminalDocs/command-line-arguments.md b/TerminalDocs/command-line-arguments.md index d25c98cc..1e7d294e 100644 --- a/TerminalDocs/command-line-arguments.md +++ b/TerminalDocs/command-line-arguments.md @@ -40,6 +40,8 @@ Below is the full list of supported commands and options for the `wt` command li | `--fullscreen`, `-F` | Launches the terminal as full screen. | | `--focus`, `-f` | Launches the terminal in the focus mode. Can be combined with `maximized`. | | `--window`, `-w` `` | Launches the terminal in a specific window. | +| `--pos` `x,y` | ([Preview](https://aka.ms/terminal-preview)) Launches the terminal at the specified x and y coordinate on the screen. | +| `--size` `c,r` | ([Preview](https://aka.ms/terminal-preview)) Launches the terminal with the specified number of columns and rows. | ### `New-tab` command From c50ba9593cae0c65b595407bde89abc63c634a52 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 6 Oct 2022 15:21:38 -0700 Subject: [PATCH 2/2] Add minor wording tweak --- TerminalDocs/command-line-arguments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TerminalDocs/command-line-arguments.md b/TerminalDocs/command-line-arguments.md index 1e7d294e..e5fd7611 100644 --- a/TerminalDocs/command-line-arguments.md +++ b/TerminalDocs/command-line-arguments.md @@ -40,8 +40,8 @@ Below is the full list of supported commands and options for the `wt` command li | `--fullscreen`, `-F` | Launches the terminal as full screen. | | `--focus`, `-f` | Launches the terminal in the focus mode. Can be combined with `maximized`. | | `--window`, `-w` `` | Launches the terminal in a specific window. | -| `--pos` `x,y` | ([Preview](https://aka.ms/terminal-preview)) Launches the terminal at the specified x and y coordinate on the screen. | -| `--size` `c,r` | ([Preview](https://aka.ms/terminal-preview)) Launches the terminal with the specified number of columns and rows. | +| `--pos` `x,y` | (Only available in [Preview](https://aka.ms/terminal-preview)) Launches the terminal at the specified x and y coordinate on the screen. | +| `--size` `c,r` | (Only available in [Preview](https://aka.ms/terminal-preview)) Launches the terminal with the specified number of columns and rows. | ### `New-tab` command