molecule-cli/internal/cmd
Molecule AI SDK Lead 211b57b5b3 fix(cli): remove stray brace in runPlatformHealth causing syntax error
The yaml-output-support refactor removed the combined json/yaml if-block
but left a dangling `}` that closed runPlatformHealth prematurely,
putting the tabwriter block outside the function body.

Removes the stray brace at line 137. CI vet was failing with:
  platform.go:138:2: syntax error: non-declaration statement outside function body

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 05:23:40 +00:00
..
agent.go fix(cli): implement true YAML output support 2026-04-24 03:47:00 +00:00
completion.go feat(cli): add molecule completion [bash|zsh|fish|powershell] subcommand 2026-04-22 18:06:02 +00:00
config.go fix(cli): fix undefined v in runConfigSet 2026-04-22 18:52:05 +00:00
http.go feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
init.go fix(cli): complete "mol" → "molecule" rename across all cmd packages 2026-04-22 06:36:42 +00:00
platform.go fix(cli): remove stray brace in runPlatformHealth causing syntax error 2026-04-24 05:23:40 +00:00
root.go fix(cli): implement true YAML output support 2026-04-24 03:47:00 +00:00
workspace.go fix(cli): implement true YAML output support 2026-04-24 03:47:00 +00:00