#!/usr/bin/env node process.title = "jsontt cli"; const { runCli } = require("../dist/index"); runCli();