From b6b812094eaee0da358cd3c1708511c50ed80a17 Mon Sep 17 00:00:00 2001 From: noah morrison Date: Wed, 29 Apr 2015 22:25:05 -0400 Subject: [PATCH] Update README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b03d38..26ea9e0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ And in about 70% the time of [Stache](https://github.com/hyperturtle/Stache) (A ### chevron is pep8 ### -The pep8 command is run by [travis](https://travis-ci.org/noahmorrison/chevron) to ensure consistency. +The flake8 command is run by [travis](https://travis-ci.org/noahmorrison/chevron) to ensure consistency. ### chevron is spec compliant ### @@ -35,7 +35,7 @@ USAGE Commandline usage: (if installed via pypi) ``` -usage: chevron [-h] [-d DATA] [-p PARTIALS_PATH] [-e PARTIALS_EXT] +usage: chevron [-h] [-v] [-d DATA] [-p PARTIALS_PATH] [-e PARTIALS_EXT] [-l DEF_LDEL] [-r DEF_RDEL] template @@ -44,6 +44,7 @@ positional arguments: optional arguments: -h, --help show this help message and exit + -v, --version show program's version number and exit -d DATA, --data DATA The json data file -p PARTIALS_PATH, --path PARTIALS_PATH The directory where your partials reside @@ -144,9 +145,6 @@ $ pip install chevron TODO --- -* add postmortem debugging -* add caching of templates - * get popular * have people complain * fix those complaints -- 2.47.3