wt.exe
should accept env vars on the commandline
#16008
Labels
Area-Commandline
wt.exe's commandline arguments
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Milestone
forked from #15496
builds off the work in #15082. Basically, each of the
-E foo=bar
args would get collected by the arg parser, then eventually passed toTerminalSettings::CreateWithNewTerminalArgs
. We'd layer them on top of anything from the profile.open questions:
-E foo=%bar%
, wherebar
is something defined in the profile's env block, but not the current one?The text was updated successfully, but these errors were encountered: