> I'm not exactly sure what you're asking, but shellPrompt uses "spawn" soUnsuccessfully tried the following
> should not have issues with extra arguments. I do see an issue where
> completion would break if an executable has a space in its name, but that
> shouldn't affect running it if you have your quoting correct.
"xterm -e mc"
"/usr/bin/xterm -e mc"
'xterm -e mc'
'/usr/bin/xterm -e mc'