sanzoghenzo / wsl-tools

python library for WSL (Windows Subsystem for Linux) management
MIT License
4 stars 5 forks source link

Commands that call WSL quickly open a cmd.exe window. #5

Open Pololot64 opened 3 years ago

Pololot64 commented 3 years ago

Is your feature request related to a problem? Please describe. I know this behavior is expected and know how to change it but am wondering what you have in mind.

Describe the solution you'd like Running the commands in the background.

sanzoghenzo commented 3 years ago

can you please expand? maybe this was better suited for a bug report, describing the steps you did to see the cmd window.

running the unit tests, I don't see any window spawned; I tried the "run_background_command" inside a python interactive windows and also didn't see any window.

Pololot64 commented 3 years ago

I can ask after doing more research 👍 I was in a hurry like with the pull request and it was late. By the way, the last Python class I took was 6 years ago and since then I have been self taught (hence my messy and improvised code). Do you have any suggestions for learning better style? I do not know many of the new(er) features.