UNPKG

120 BPlain TextView Raw
1#!/usr/bin/env node
2process.stdout.isTTY = true;
3process.stderr.isTTY = true;
4require('../index.js').init(process.argv);
\No newline at end of file