diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
