import { handleFatalError, main } from './cli-main.js'; main().catch(handleFatalError);