aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/unreleased/283.rst
diff options
context:
space:
mode:
authorBjörn Dahlgren <bjodah@gmail.com>2018-11-26 21:52:21 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2020-02-26 11:14:15 -0500
commit64f2f8f123acf4a65d7ddc81acdf115fa8f6ad0b (patch)
treee6a271f55e70c03538a67babf48f1adbaa11674f /doc/build/unreleased/283.rst
parenta60b6ea5f2b4aaeae493f2072600963665195179 (diff)
downloadexternal_python_mako-64f2f8f123acf4a65d7ddc81acdf115fa8f6ad0b.tar.gz
external_python_mako-64f2f8f123acf4a65d7ddc81acdf115fa8f6ad0b.tar.bz2
external_python_mako-64f2f8f123acf4a65d7ddc81acdf115fa8f6ad0b.zip
Add --output-file option to mako-render
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
Diffstat (limited to 'doc/build/unreleased/283.rst')
-rw-r--r--doc/build/unreleased/283.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/unreleased/283.rst b/doc/build/unreleased/283.rst
new file mode 100644
index 0000000..f8cb585
--- /dev/null
+++ b/doc/build/unreleased/283.rst
@@ -0,0 +1,7 @@
+.. change::
+ :tags: feature, commands
+ :tickets: 283
+
+ 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.