- Solves issue whereby global cheatsheets fail to save after editing

- `cheat` no longer asks a user if a global cheatsheet should be copied
  locally before editing, and instead just silently does so.
This commit is contained in:
Chris Lane
2015-02-10 19:35:14 -05:00
parent 3d8343a878
commit 718ec4f685
5 changed files with 7 additions and 29 deletions

View File

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