[PR #6296] [MERGED] Add support for --title to the wt.exe commandline args #26635

Open
opened 2026-01-31 09:17:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6296
Author: @zadjii-msft
Created: 6/1/2020
Status: Merged
Merged: 6/2/2020
Merged by: @undefined

Base: masterHead: dev/migrie/f/6183--title


📝 Commits (1)

📊 Changes

3 files changed (+15 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/AppCommandlineArgs.cpp (+9 -0)
📝 src/cascadia/TerminalApp/AppCommandlineArgs.h (+2 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+4 -0)

📄 Description

Summary of the Pull Request

Adds support for setting the terminal title with the commandline argument --title <title>.

PR Checklist

Detailed Description of the Pull Request / Additional comments

  • I wasn't sure how we felt about -t being the short version of this argument, so I left it out. If we're cool with that, adding it wouldn't be hard.

Validation Steps Performed

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/6296 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 6/1/2020 **Status:** ✅ Merged **Merged:** 6/2/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/migrie/f/6183--title` --- ### 📝 Commits (1) - [`9682f36`](https://github.com/microsoft/terminal/commit/9682f36cffd82ec35e929c4a103bcfa1cf1561ee) Just do the entire thing ### 📊 Changes **3 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.cpp` (+9 -0) 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.h` (+2 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+4 -0) </details> ### 📄 Description ## Summary of the Pull Request Adds support for setting the terminal `title` with the commandline argument `--title <title>`. ## PR Checklist * [x] Closes #6183 * [x] I work here * [ ] Tests added/passed * [ ] Requires documentation to be updated - probably does, yea ## Detailed Description of the Pull Request / Additional comments * I wasn't sure how we felt about `-t` being the short version of this argument, so I left it out. If we're cool with that, adding it wouldn't be hard. ## Validation Steps Performed ![image](https://user-images.githubusercontent.com/18356694/83450866-afe03480-a41b-11ea-84e7-9134474fdd7a.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:17:15 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26635