-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
forked from #15496
wt -E foo=barto manually pass env vars to theNewTerminalArgs. This'll let a caller manually pass env vars on the commandline. Great!
builds off the work in #15082. Basically, each of the -E foo=bar args would get collected by the arg parser, then eventually passed to TerminalSettings::CreateWithNewTerminalArgs. We'd layer them on top of anything from the profile.
open questions:
- syntax?
- What if I want to pass
-E foo=%bar%, wherebaris something defined in the profile's env block, but not the current one?- IMO we can just say no to this. This seems impossible, and also why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.