diff options
| author | Jeff Carr <[email protected]> | 2024-12-18 22:02:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-18 22:02:07 -0600 |
| commit | 9adb650b3ed1a64a5207da04fe3c7e80b10cddd6 (patch) | |
| tree | 7a042622e7288c77e50d966b26a36ecf1406fa21 /argv.go | |
| parent | e30ef08c119ed4e539d3aac74c9d6010a95c9423 (diff) | |
add --dirtyv0.22.25
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ type args struct { Fix bool `arg:"--fix" help:"fix config, save config & exit"` 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"` } func (args) Version() string { |
