wsl_list_distros
List installed WSL distributions with their state, version, and default flag to quickly assess your WSL 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 |