]> Devi Nivas Git - chevron.git/commitdiff
Update README
authornoah morrison <noah@morrison.ph>
Thu, 30 Apr 2015 02:25:05 +0000 (22:25 -0400)
committernoah morrison <noah@morrison.ph>
Thu, 30 Apr 2015 02:25:05 +0000 (22:25 -0400)
README.md

index 3b03d38c6d88a07e227d57115a1743eb4b698bc6..26ea9e0e706d64e2419ff55c22fc8e1072e6c3d3 100644 (file)
--- 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