Documentation: terminal uses ; for separating subcommands #6417

Open
opened 2026-01-31 00:38:05 +00:00 by claunia · 0 comments
Owner

Originally created by @ad-on-is on GitHub (Feb 13, 2020).

Originally assigned to: @zadjii-msft on GitHub.

When executing the following commands, they don't work

wt ; split-pane -p "Windows PowerShell" ; split-pane -H wsl.exe
or
wt new-tab -p "Windows PowerShell" ; split-pane -p "cmd"

It opens only the first profile, but not the second one, and throws an error in the main window.

split-pane : The term 'split-pane' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.  
Originally created by @ad-on-is on GitHub (Feb 13, 2020). Originally assigned to: @zadjii-msft on GitHub. When executing the following commands, they don't work `wt ; split-pane -p "Windows PowerShell" ; split-pane -H wsl.exe` or `wt new-tab -p "Windows PowerShell" ; split-pane -p "cmd"` It opens only the first profile, but not the second one, and throws an error in the main window. ``` split-pane : The term 'split-pane' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6417