UNPKG

82 BJavaScriptView Raw
1#!/usr/bin/env node
2
3"use strict";
4
5require("../lib/cli")(process.argv.slice(2));