MobaXterm not displaying all the information for a WSL command and not even asking for users input.
Following is the command I tried in powershell to open MobaXterm to run a WSL command.
.\MobaXterm.exe -newtab "wsl bash -c 'command here which asks user for an input'"
But when I run
wsl bash -c 'command here which asks user for an input'
directly on powershell it works just fine
Please let me know how can I make MobaXterm to display all the output.