I want to be able to start a new session and immediately run a command in it (instead of the default shell): ```pwsh pmux new-session -s 42 -- pwsh -NoExit -Command "git status" ```
I want to be able to start a new session and immediately run a command in it (instead of the default shell):