#! /usr/bin/env node import { CLI_ALIAS } from '../types'; import { createCli } from '../cli'; createCli(CLI_ALIAS).parse();