command "wsldefaultdistro", wshserver.WslDefaultDistroCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 1056 | |
| 1057 | // command "wsldefaultdistro", wshserver.WslDefaultDistroCommand |
| 1058 | func WslDefaultDistroCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) { |
| 1059 | resp, err := sendRpcRequestCallHelper[string](w, "wsldefaultdistro", nil, opts) |
| 1060 | return resp, err |
| 1061 | } |
| 1062 | |
| 1063 | // command "wsllist", wshserver.WslListCommand |
| 1064 | func WslListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]string, error) { |