summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-23 02:37:48 -0600
committerJeff Carr <[email protected]>2024-12-23 02:37:48 -0600
commitcc55a5ad7a0561ba8385e35d2ddf7fdf94555c75 (patch)
tree90b319b20e325e8972d77710a644e3590bef0a45 /argv.go
parent30a4988f08f149ed22f4e770b822a9d87bf13f93 (diff)
start working on the GUI again for this
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 3c7c2ba..ba8f334 100644
--- a/argv.go
+++ b/argv.go
@@ -30,6 +30,8 @@ type args struct {
URL string `arg:"--url" default:"http://go.wit.com/" help:"base url"`
Delete string `arg:"--delete" help:"delete this repo"`
Dirty bool `arg:"--dirty" help:"git CheckDirty() on every repo"`
+ User bool `arg:"--user" help:"git checkout user"`
+ Master bool `arg:"--master" help:"git checkout master"`
}
func (args) Version() string {