Skip to content

Commit

Permalink
1.17 - Add documentation for --pos and --size cmdline args (#591)
Browse files Browse the repository at this point in the history
* 1.17 - Add documentation for `--pos` and `--size` cmdline args

* Add minor wording tweak

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
  • Loading branch information
ianjoneill and mattwojo authored Oct 6, 2022
1 parent ec52974 commit 347712d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TerminalDocs/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` `<window-id>` | Launches the terminal in a specific window. |
| `--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

Expand Down

0 comments on commit 347712d

Please sign in to comment.