### 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 ###
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
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
TODO
---
-* add postmortem debugging
-* add caching of templates
-
* get popular
* have people complain
* fix those complaints