export function runHelp() {
  console.log(`vibe <command>

Available commands:
  setup   Initialize the setup
  start   Start dev servers ("vibe start help" for more options)
  test    Run test suites
  help    Show this help message`)
}
