gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Apr. 04 '23 20:19:01
Commit
060f8b78390b356234a1e018dbefeb21d719e52a
Parent
42c2d232bebcf5b5272f446c8111e1372b708662
Changes
diff --git a/README.md b/README.md
index be6b9b9..64db577 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,25 @@ go install github.com/thewhodidthis/gtx
 
 ## usage
 
+What flags and options are available?
+
+```sh
+$ gtx --help
+usage: gtx [<options>] <path>
+  -b value
+    	Target branches
+  -f	Force rebuild
+  -n string
+    	Project title (default "Jimbo")
+  -q	Be quiet
+  -s string
+    	Source repository
+  -t string
+    	Page template
+  -u string
+    	Source URL (default "https://host.net/project.git")
+```
+
 Calling without any arguments prints out the default settings. At the very least pass it a repo to be parsing through:
 
 ```sh