#!/usr/bin/env bun import { runCli } from './src/commands/runCli'; await runCli();