Minor revisions on #244

- When using GFM code fences, strip the last line in addition to the
  first
- Updated `README.md` to mention the new feature
- `minor` version-bump to `2.2.0`.
This commit is contained in:
Chris Lane
2017-02-28 18:59:27 -05:00
parent 7abb663bf4
commit edd7b5e806
4 changed files with 27 additions and 7 deletions

View File

@ -42,7 +42,7 @@ from docopt import docopt
if __name__ == '__main__':
# parse the command-line options
options = docopt(__doc__, version='cheat 2.1.28')
options = docopt(__doc__, version='cheat 2.2.0')
# list directories
if options['--directories']: