UI for displaying Windows Terminal version is unexpected; suggest printing version to STDOUT rather than displaying in dialog box #10216
Labels
Issue-Question
For questions or discussion
Needs-Tag-Fix
Doesn't match tag requirements
Resolution-Answered
Related to questions that have been answered
Description of the new feature/enhancement
The
wt --version
command should produce textual output within the terminal context, i.e. via STDOUT; this is typical behavior for many CLI utilities. Output to STDOUT is easily parsed and script-friendly, and does not disrupt user workflow.Examples:
python --version
bash --version
choco --version
As of WT version 1.9.1445.0, issuing the
wt --version
command spawns a dialog box with the Windows Terminal version number:This is unexpected, and non-optimal for the following reasons:
Proposed technical implementation details (optional)
Desired behavior: instead of outputting the current version in a dialog box, output directly to the issuing shell instance (using some facility such as the
Write-Object
cmdlet, possibly).The text was updated successfully, but these errors were encountered: