aboutsummaryrefslogtreecommitdiffstats
path: root/mako/cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* Add --output-file option to mako-renderBjörn Dahlgren2020-02-261-1/+15
| | | | | | | | | | Added --output-file argument to the Mako command line runner, which allows a specific output file to be selected. Pull request courtesy Björn Dahlgren. Fixes: #283 Change-Id: Iae7e2d42d5ae4bc6f09663c115bda9e3797ce68c Pull-request: https://bitbucket.org/zzzeek/mako/pull-requests/27
* happy new yearMike Bayer2020-01-051-1/+1
| | | | | | also fix one flake8 error Change-Id: Ia828267fce34d5b194898e3e301b6d463470f068
* - update copyrightMike Bayer2019-05-311-1/+1
| | | | Change-Id: I258e9ff77e5a9ac687cd20d33b6d75de7c79b4dc
* Use tox / zimportsMike Bayer2019-05-311-13/+29
| | | | Change-Id: Ia047c7052a6d242c2cf1c7a83981f1e38ea4d928
* Removed unnecessary "usage" prefix from mako-render script.Hugo2018-01-161-1/+1
| | | | | | | | Pull request courtesy Hugo. (cherry picked from commit 7e6a1d7822bac275aabb3c1cc90cb67612548127) Change-Id: I84a302c982f18762d2514c3f840331d1eb3ebcda
* Add --output-encoding to mako-renderlacsaP2017-11-151-2/+8
| | | | | Fixes: #271 Change-Id: I88b46cfbdea9eda0b4c478dd97829bee8431ff58
* Use sys.stdout.write instead of print in cmdlineYves Chevallier2017-07-051-1/+1
| | | | | | | The `print` function adds an unwanted `\n` char. Change-Id: I4e345214352f0925c374145f41be45550da27393 Pull-request: https://github.com/zzzeek/mako/pull/23
* - happy new yearMike Bayer2016-03-101-1/+1
|
* - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-251-8/+13
|
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
|
* - switch to argparse for cmdline template runnerMike Bayer2014-04-281-43/+39
| | | | | | | - write a test suite for cmdline - start using context manager helpers in tests. intrinsic here is that we're going to go 1.0 and drop at least 2.4 and probably 2.5 - update .gitignore
* Convert mako-render into module mako.cmd and add suitable entrypoint to setupDerek Harland2014-04-161-0/+66