wsl_list_distros
Retrieve installed WSL distributions with their current state, version, and default flag.
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 |