main
#!/usr/bin/env node // eslint-disable-next-line node/shebang import cli from "./cli.mjs"; await cli();