diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 09:25:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 09:25:56 -0500 |
| commit | 519be646896096f9ac6780e5b6818869d2d24596 (patch) | |
| tree | 4ec47c4fb3bca1a107b42355016a640cd2ae2c2e /argv.go | |
| parent | e629211edd82f3910cff3c3db2c272a48c01fa56 (diff) | |
argvv0.0.89
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ type args struct { Force bool `arg:"--force" help:"rebuild everything"` Recursive bool `arg:"--recursive" help:"go-clone --recursive"` WITCOM bool `arg:"--witcom" help:"add the GPL header"` - Max int32 `arg:"--max" help:"stop building after max builds"` + Max int32 `arg:"--max" defauult:"40" help:"stop building after max builds"` } type EmptyCmd struct { |
