Add help text/docs for generate-flag-types script

This commit is contained in:
Dan Buch
2016-07-10 12:26:09 -04:00
parent 0d01711bcf
commit 3a8ad862a6
3 changed files with 104 additions and 44 deletions

View File

@@ -66,7 +66,7 @@ def _vet():
def _toc():
_run('node_modules/.bin/markdown-toc -i README.md')
_run('git diff --quiet')
_run('git diff --exit-code')
def _gen():
@@ -76,7 +76,7 @@ def _gen():
return
_run('go generate .')
_run('git diff --quiet')
_run('git diff --exit-code')
def _run(command):