#!/usr/bin/env node
import { houston } from "./commands/houston";

houston.parse(process.argv);
