[PR #10998] [MERGED] When there's no profile or title, invent a title from the commandline #28346

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10998
Author: @DHowett
Created: 8/20/2021
Status: Merged
Merged: 8/23/2021
Merged by: @undefined

Base: mainHead: dev/duhowett/invent-title


📝 Commits (1)

  • a3324bd When there's no profile or title, invent a title from the commandline

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/AppCommandlineArgs.cpp (+7 -0)

📄 Description

This supports a future world where we give commandline-only invocations
their own tabs. It was easier to promote the commandline to a title at
the time of argument parsing, rather than later, but I am happy to
change this if anyone disagrees.


🔄 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/10998 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 8/20/2021 **Status:** ✅ Merged **Merged:** 8/23/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/duhowett/invent-title` --- ### 📝 Commits (1) - [`a3324bd`](https://github.com/microsoft/terminal/commit/a3324bdd4260f0905c9fb549c171a173549cf23a) When there's no profile or title, invent a title from the commandline ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.cpp` (+7 -0) </details> ### 📄 Description This supports a future world where we give commandline-only invocations their own tabs. It was easier to promote the commandline to a title at the time of argument parsing, rather than later, but I am happy to change this if anyone disagrees. --- <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:27:55 +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#28346