wsl_list_distros
List installed WSL distributions showing their state, version, and default status to manage Windows Subsystem for Linux environments.
Instructions
List installed WSL distros with state, version and default flag.
Returns: str: JSON {"ok": true, "count": N, "distros": [{name, state, version, default}, ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |