[PR #8841] Move the commandline args to their own project #27314

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

Original Pull Request: https://github.com/microsoft/terminal/pull/8841

State: closed
Merged: No


Summary of the Pull Request

We need the commandline parser available in TerminalSettingsEditor, for #8812. This PR pulls it out of TerminalApp and into it's own lib, and hooks TSE up to reference that lib. This allows the TSE project to create an instance of the arg parser, so it can validate the commands itself.

I originally did this for projects/5, but I didn't end up needing it.

I did not actually do any validation other than "will it build?"

PR Checklist

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8841 **State:** closed **Merged:** No --- ## Summary of the Pull Request We need the commandline parser available in `TerminalSettingsEditor`, for #8812. This PR pulls it out of `TerminalApp` and into it's own lib, and hooks TSE up to reference that lib. This allows the TSE project to create an instance of the arg parser, so it can validate the commands itself. I originally did this for projects/5, but I didn't end up needing it. I did not actually do any validation other than "will it build?" ## PR Checklist * [x] Helps #8812 * [x] I work here
claunia added the pull-request label 2026-01-31 09:21:16 +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#27314