(tool, detail, fix)
| 234 | } |
| 235 | |
| 236 | function envAction(tool, detail, fix) { |
| 237 | return { kind: "fix_env", payload: { tool, detail, fix }, label: "Help me set up " + tool }; |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Turn probe results + scan facts into grouped readiness checks. Pure. |