diff options
author | Joop Kiefte <ikojba@gmail.com> | 2018-12-31 23:39:36 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2018-12-31 23:39:36 +0100 |
commit | d24f9890bb7b6253568235c2df4dc2c405badba8 (patch) | |
tree | 2459cc102202e6adda7a310d730966f111098448 | |
parent | 3b4f9775c15cf7c101c1759ee4e4f0fa0f5117dc (diff) |
Add description of the main command line tool
-rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +// Lexington is a command line tool to convert between several formats used for screenwriting. +// The tool uses an internal format called lex which can be used to tweak the output. package main import ( |