| 1 | # wsl.exe |
| 2 | |
| 3 | wsl.exe is the main command line entrypoint for WSL. Its job is to: |
| 4 | |
| 5 | - Parse the command line arguments (See `src/windows/common/wslclient.cpp`) |
| 6 | - Call [wslservice.exe](wslservice.exe.md) via COM to launch WSL (see `src/windows/common/svccomm.cpp`) |
| 7 | - Relay stdin / stdout / stderr from and to the linux process |
| 8 |