cli now sets environment variable

This commit is contained in:
Philipp Kunz 2017-04-17 23:23:48 +02:00
parent 5fb2f3a81f
commit 9caa301f40

View File

@ -1,2 +1,3 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true'
var index = require("../{{pathToIndex}}");