twigc/src
peets dfcf0349ca Support using environment variables as input data
This uses the $_ENV superglobal, which is an empty array unless the
variables_order ini directive contains "E"; see
http://php.net/manual/en/ini.core.php#ini.variables-order.

Environment variables have lower precedence than input data passed via
other means, e.g.

    $ echo '{{USER}}' | twigc --env
    peets
    $ echo '{{USER}}' | twigc --env -p USER=foo
    foo
2018-02-18 17:13:54 -05:00
..
Twigc Support using environment variables as input data 2018-02-18 17:13:54 -05:00
bootstrap.php Improve auto-loader resolution 2016-07-31 19:03:27 -05:00