gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Feb. 01 '23 10:53:47
Commit
3009d4b035f381bf1bf80fa54cf94ee1e449b50c
Parent
4e385705f4027766fbaff6e13036539e78069618
Changes
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)`