#!/usr/bin/env node
import { Arguments } from "./arguments";
import { CLIHandler } from "./cli-handler";

new CLIHandler(Arguments);
