diff --git a/README.md b/README.md index 1223e54..b23899c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ go install github.com/thewhodidthis/gtx ## usage +Print default settings and exit: + +```sh +gtx +``` + At the very least pass it a repo to be parsing through: ```sh @@ -19,6 +25,24 @@ At the very least pass it a repo to be parsing through: gtx -r https://github.com/thewhodidthis/gtx.git ``` +Silence the logger: + +```sh +gtx -r https://github.com/thewhodidthis/gtx.git -q +``` + +Export a copy of the default HTML page template and quit: + +```sh +gtx -r https://github.com/thewhodidthis/gtx.git -e +``` + +Use a custom page template: + +```sh +gtx -r https://github.com/thewhodidthis/gtx.git -t page.html.tmpl +``` + ## requirements - `git(1)`
home › develop › 4e38570 › 3009d4b