1#!/usr/bin/env node 2// SPDX-License-Identifier: MIT 3// Copyright (c) 2026 sol pbc 4 5import { program } from '../src/cli.js'; 6 7program.parse();