#!/usr/bin/env node process.env.CLI_CALL = 'true'; import '@git.zone/tsrun'; const cliTool = await import('./ts/index.js'); cliTool.runCli();