aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-11-05 14:36:22 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-11-05 14:36:22 +0100
commit31dfd81ccae34731224a74832aaf327329423e0b (patch)
treef3403a5cf7f2da5bb23a0bfe0baed6a67719981d /README.md
parent6c442903c6b9656318b13aba0875d204b7427497 (diff)
downloadaskama-31dfd81ccae34731224a74832aaf327329423e0b.tar.gz
askama-31dfd81ccae34731224a74832aaf327329423e0b.tar.bz2
askama-31dfd81ccae34731224a74832aaf327329423e0b.zip
Send debug output to stderr instead of stdout
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc0b49f..8e51642 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,8 @@ The `print` key can take one of four values:
* `code` (print the generated code)
* `all` (print both parse tree and code)
+The resulting output will be printed to `stderr` during the compilation process.
+
The parse tree looks like this for the example template:
```