UNPKG

123 BPlain TextView Raw
1#!/usr/bin/env node
2
3var args = Array.prototype.slice.call(process.argv, 2);
4
5require("../lib/cli").CLI.apply(null, args);