clean up usage formatting, print aliases

This commit is contained in:
Cory Bennett
2017-09-18 00:44:08 -07:00
parent e4c10be811
commit 9f433acaa0
2 changed files with 243 additions and 156 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ update-changelog:
release:
perl -pi -e 'undef $$/; s/\n```\nusage.*```//sg' README.md
echo '```' >> README.md
./jira --help-long >> README.md || true
./jira --help >> README.md || true
echo '```' >> README.md
git diff --exit-code --quiet README.md || git commit -m "Updated Usage" README.md
git commit -m "Updated Changelog" CHANGELOG.md